Searched refs:AT_HWCAP3 (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/arm64/mte/ |
| H A D | check_prctl.c | 15 #ifndef AT_HWCAP3 16 #define AT_HWCAP3 29 macro 76 if ((getauxval(AT_HWCAP3) & hwcap3) != hwcap3) { in set_mode_test()
|
| H A D | mte_common_util.c | 366 unsigned long hwcaps3 = getauxval(AT_HWCAP3); in mte_default_setup()
|
| /linux/tools/testing/selftests/arm64/abi/ |
| H A D | hwcap.c | 28 #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 D | auxvec.h | 35 #define AT_HWCAP3 29 /* extension of AT_HWCAP */ macro
|
| /linux/fs/ |
| H A D | binfmt_elf_fdpic.c | 637 NEW_AUX_ENT(AT_HWCAP3, ELF_HWCAP3); in create_elf_fdpic_tables()
|
| H A D | binfmt_elf.c | 271 NEW_AUX_ENT(AT_HWCAP3, ELF_HWCAP3); in create_elf_tables()
|