Home
last modified time | relevance | path

Searched refs:AT_HWCAP2 (Results 1 – 7 of 7) sorted by relevance

/bionic/tests/
Dsys_auxv_test.cpp45 #if defined(AT_HWCAP2) in TEST()
46 __attribute__((__unused__)) unsigned long hwcap = getauxval(AT_HWCAP2); in TEST()
Dgetauxval_test.cpp59 getauxval(AT_HWCAP2); in TEST()
Difunc_test.cpp81 EXPECT_EQ(getauxval(AT_HWCAP2), g_arg._hwcap2); in TEST()
Dheap_tagging_level_test.cpp100 if (!(getauxval(AT_HWCAP2) & HWCAP2_MTE)) { in TEST()
/bionic/libc/kernel/uapi/linux/
Dauxvec.h43 #define AT_HWCAP2 26 macro
/bionic/libc/platform/bionic/
Dmte.h36 static bool supported = getauxval(AT_HWCAP2) & HWCAP2_MTE; in mte_supported()
/bionic/libc/bionic/
Dbionic_call_ifunc_resolver.cpp48 arg._hwcap2 = getauxval(AT_HWCAP2); in __bionic_call_ifunc_resolver()