/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/ |
H A D | hwcap.c | 318 .at_hwcap = AT_HWCAP2, 369 .at_hwcap = AT_HWCAP2, 384 .at_hwcap = AT_HWCAP2, 391 .at_hwcap = AT_HWCAP2, 418 .at_hwcap = AT_HWCAP2, 426 .at_hwcap = AT_HWCAP2, 434 .at_hwcap = AT_HWCAP2, 441 .at_hwcap = AT_HWCAP2, 448 .at_hwcap = AT_HWCAP2, 455 .at_hwcap = AT_HWCAP2, [all...] |
H A D | syscall-abi.c | 244 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) { in setup_ffr() 269 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) in check_ffr() 353 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME2)) in check_zt() 503 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) in sme_count_vls() 549 if (getauxval(AT_HWCAP2) & HWCAP2_SME2) in main() 554 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in main() 556 else if (getauxval(AT_HWCAP2) & HWCAP2_SME) in main()
|
H A D | ptrace.c | 29 return getauxval(AT_HWCAP2) & HWCAP2_SME; in have_sme()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 65 #ifdef AT_HWCAP2 68 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | auxvec.h | 32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | auxvec.h | 43 #define AT_HWCAP2 26 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | auxvec.h | 43 #define AT_HWCAP2 26 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | auxvec.h | 30 #define AT_HWCAP2 26 macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 90 #ifdef AT_HWCAP2 93 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | auxvec.h | 32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */ macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/ |
H A D | test_signals_utils.c | 326 if (getauxval(AT_HWCAP2) & HWCAP2_SME) in test_init() 328 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in test_init() 330 if (getauxval(AT_HWCAP2) & HWCAP2_SME2) in test_init()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/ |
H A D | tpidr2_siginfo.c | 48 have_sme = getauxval(AT_HWCAP2) & HWCAP2_SME; in tpidr2_present()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/ |
H A D | check_prctl.c | 67 if ((getauxval(AT_HWCAP2) & hwcap2) != hwcap2) { in set_mode_test()
|
H A D | mte_common_util.c | 318 unsigned long hwcaps2 = getauxval(AT_HWCAP2); in mte_default_setup()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/bti/ |
H A D | test.c | 168 /* Gross hack for finding AT_HWCAP2 from the initial process stack: */ in start() 178 case AT_HWCAP2: in start()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | fp-stress.c | 471 if (getauxval(AT_HWCAP2) & HWCAP2_SME) { in main() 478 if (getauxval(AT_HWCAP2) & HWCAP2_SME2) { in main()
|
H A D | za-ptrace.c | 349 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) { in main()
|
H A D | zt-ptrace.c | 340 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME2)) { in main()
|
H A D | vec-syscfg.c | 59 .hwcap_type = AT_HWCAP2,
|
H A D | sve-ptrace.c | 61 .hwcap_type = AT_HWCAP2,
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | mdwe_test.c | 182 if (!(getauxval(AT_HWCAP2) & HWCAP2_BTI)) in TEST_F()
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/mte/ |
H A D | mte_common_util.c | 283 unsigned long hwcaps2 = getauxval(AT_HWCAP2); in mte_default_setup()
|
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf.c | 272 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()
|
H A D | binfmt_elf_fdpic.c | 643 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf_fdpic.c | 644 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
|