Home
last modified time | relevance | path

Searched refs:HWCAP2_MTE (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/arch-arm64/
Ddynamic_function_dispatch.cpp54 if (arg->_hwcap2 & HWCAP2_MTE) { in DEFINE_IFUNC_FOR()
111 if (arg->_hwcap2 & HWCAP2_MTE) { in DEFINE_IFUNC_FOR()
120 if (arg->_hwcap2 & HWCAP2_MTE) { in DEFINE_IFUNC_FOR()
141 if (arg->_hwcap2 & HWCAP2_MTE) { in DEFINE_IFUNC_FOR()
162 if (arg->_hwcap2 & HWCAP2_MTE) { in DEFINE_IFUNC_FOR()
/bionic/libc/platform/bionic/
Dmte.h42 static bool supported = getauxval(AT_HWCAP2) & HWCAP2_MTE; in mte_supported()
/bionic/libc/kernel/uapi/asm-arm64/asm/
Dhwcap.h59 #define HWCAP2_MTE (1 << 18) macro
/bionic/tests/libs/
Dheap_tagging_helper.cpp68 if (getauxval(AT_HWCAP2) & HWCAP2_MTE) { in main()
/bionic/tests/
Dheap_tagging_level_test.cpp238 bool withMTE = getauxval(AT_HWCAP2) & HWCAP2_MTE; in TEST_P()