Home
last modified time | relevance | path

Searched refs:AT_HWCAP3 (Results 1 – 6 of 6) 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
794 .at_hwcap = AT_HWCAP3,
801 .at_hwcap = AT_HWCAP3,
808 .at_hwcap = AT_HWCAP3,
903 .at_hwcap = AT_HWCAP3,
1004 .at_hwcap = AT_HWCAP3,
1060 .at_hwcap = AT_HWCAP3,
1152 .at_hwcap = AT_HWCAP3,
1173 .at_hwcap = AT_HWCAP3,
[all...]
/linux/include/uapi/linux/
H A Dauxvec.h35 #define AT_HWCAP3 29 /* extension of AT_HWCAP */ macro
/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()