Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_prctl.c15 #ifndef AT_HWCAP3
16 #define AT_HWCAP3 29 macro
76 if ((getauxval(AT_HWCAP3) & hwcap3) != hwcap3) { in set_mode_test()
H A Dmte_common_util.c366 unsigned long hwcaps3 = getauxval(AT_HWCAP3); in mte_default_setup()
/linux/tools/testing/selftests/arm64/abi/
H A Dhwcap.c28 #ifndef AT_HWCAP3
29 #define AT_HWCAP3 29 macro
821 .at_hwcap = AT_HWCAP3,
1168 .at_hwcap = AT_HWCAP3,
1174 .at_hwcap = AT_HWCAP3,
1180 .at_hwcap = AT_HWCAP3,
/linux/include/uapi/linux/
H A Dauxvec.h35 #define AT_HWCAP3 29 /* extension of AT_HWCAP */ macro
/linux/Documentation/arch/arm64/
H A Delf_hwcaps.rst20 AT_HWCAP2 or AT_HWCAP3 entry of the auxiliary vector, and testing
/linux/fs/
H A Dbinfmt_elf_fdpic.c637 NEW_AUX_ENT(AT_HWCAP3, ELF_HWCAP3); in create_elf_fdpic_tables()
H A Dbinfmt_elf.c271 NEW_AUX_ENT(AT_HWCAP3, ELF_HWCAP3); in create_elf_tables()