Home
last modified time | relevance | path

Searched refs:_hwcap2 (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/arch-arm64/
Ddynamic_function_dispatch.cpp47 if (supports_mte(arg->_hwcap2)) { in DEFINE_IFUNC_FOR()
56 if (supports_mte(arg->_hwcap2)) { in DEFINE_IFUNC_FOR()
65 if (supports_mte(arg->_hwcap2)) { in DEFINE_IFUNC_FOR()
74 if (supports_mte(arg->_hwcap2)) { in DEFINE_IFUNC_FOR()
83 if (supports_mte(arg->_hwcap2)) { in DEFINE_IFUNC_FOR()
92 if (supports_mte(arg->_hwcap2)) { in DEFINE_IFUNC_FOR()
101 if (supports_mte(arg->_hwcap2)) { in DEFINE_IFUNC_FOR()
110 if (supports_mte(arg->_hwcap2)) { in DEFINE_IFUNC_FOR()
119 if (supports_mte(arg->_hwcap2)) { in DEFINE_IFUNC_FOR()
/bionic/libc/include/sys/
Difunc.h59 unsigned long _hwcap2; member
/bionic/libc/bionic/
Dbionic_call_ifunc_resolver.cpp48 arg._hwcap2 = getauxval(AT_HWCAP2); in __bionic_call_ifunc_resolver()
/bionic/tests/
Difunc_test.cpp81 EXPECT_EQ(getauxval(AT_HWCAP2), g_arg._hwcap2); in TEST()