Home
last modified time | relevance | path

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

/linux/arch/arm64/include/uapi/asm/
H A Dhwcap.h146 #define HWCAP3_MTE_FAR (1UL << 0) macro
/linux/Documentation/arch/arm64/
H A Dtagged-pointers.rst67 the support for the HWCAP3_MTE_FAR. If the support is not present,
H A Delf_hwcaps.rst438 HWCAP3_MTE_FAR
/linux/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.c376 mtefar_support = !!(hwcaps3 & HWCAP3_MTE_FAR); in mte_default_setup()
/linux/tools/testing/selftests/arm64/abi/
H A Dhwcap.c1170 .hwcap_bit = HWCAP3_MTE_FAR,