Home
last modified time | relevance | path

Searched refs:AT_HWCAP2 (Results 1 – 8 of 8) 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.cpp188 if (!(getauxval(AT_HWCAP2) & HWCAP2_MTE)) { in TEST_P()
/bionic/libc/kernel/uapi/linux/
Dauxvec.h43 #define AT_HWCAP2 26 macro
/bionic/libc/platform/bionic/
Dmte.h42 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()
/bionic/linker/
Dlinker_main.cpp305 const unsigned long hwcap2 = getauxval(AT_HWCAP2); in platform_properties_init()