Home
last modified time | relevance | path

Searched refs:AT_HWCAP2 (Results 1 – 25 of 31) sorted by relevance

12

/linux/tools/testing/selftests/arm64/abi/
A Dhwcap.c470 .at_hwcap = AT_HWCAP2,
477 .at_hwcap = AT_HWCAP2,
484 .at_hwcap = AT_HWCAP2,
491 .at_hwcap = AT_HWCAP2,
498 .at_hwcap = AT_HWCAP2,
504 .at_hwcap = AT_HWCAP2,
510 .at_hwcap = AT_HWCAP2,
517 .at_hwcap = AT_HWCAP2,
531 .at_hwcap = AT_HWCAP2,
560 .at_hwcap = AT_HWCAP2,
[all …]
A Dsyscall-abi.c244 !(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()
A Dptrace.c29 return getauxval(AT_HWCAP2) & HWCAP2_SME; in have_sme()
/linux/tools/testing/selftests/powerpc/include/
A Dutils.h90 #ifdef AT_HWCAP2
93 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
/linux/tools/testing/selftests/arm64/signal/
A Dtest_signals_utils.c326 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()
/linux/include/uapi/linux/
A Dauxvec.h32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */ macro
/linux/tools/testing/selftests/arm64/signal/testcases/
A Dfpmr_siginfo.c48 have_fpmr = getauxval(AT_HWCAP2) & HWCAP2_FPMR; in fpmr_present()
A Dpoe_siginfo.c48 have_poe = getauxval(AT_HWCAP2) & HWCAP2_POE; in poe_present()
A Dtpidr2_siginfo.c48 have_sme = getauxval(AT_HWCAP2) & HWCAP2_SME; in tpidr2_present()
/linux/tools/testing/selftests/arm64/mte/
A Dcheck_prctl.c67 if ((getauxval(AT_HWCAP2) & hwcap2) != hwcap2) { in set_mode_test()
A Dmte_common_util.c318 unsigned long hwcaps2 = getauxval(AT_HWCAP2); in mte_default_setup()
/linux/tools/testing/selftests/arm64/bti/
A Dtest.c178 case AT_HWCAP2: in start()
/linux/Documentation/arch/powerpc/
A Dsyscall64-abi.rst13 If PPC_FEATURE2_SCV appears in the AT_HWCAP2 ELF auxiliary vector, the
97 behavior depends on the presence of PPC_FEATURE2_HTM_NOSC in the AT_HWCAP2 ELF
A Delf_hwcaps.rst20 AT_HWCAP2 entry of the auxiliary vector, and testing whether the relevant
178 6. The HWCAPs exposed in AT_HWCAP2
/linux/Documentation/translations/zh_CN/arch/arm64/
A Delf_hwcaps.rst21 用户空间软件可以通过获取辅助向量的 AT_HWCAP 或 AT_HWCAP2 条目来测试功能,
/linux/Documentation/translations/zh_TW/arch/arm64/
A Delf_hwcaps.rst24 用戶空間軟件可以通過獲取輔助向量的 AT_HWCAP 或 AT_HWCAP2 條目來測試功能,
/linux/tools/testing/selftests/arm64/fp/
A Dfp-stress.c484 if (getauxval(AT_HWCAP2) & HWCAP2_SME) { in main()
491 if (getauxval(AT_HWCAP2) & HWCAP2_SME2) { in main()
A Dza-ptrace.c349 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) { in main()
A Dzt-ptrace.c340 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME2)) { in main()
A Dfp-ptrace.c118 return getauxval(AT_HWCAP2) & HWCAP2_SME; in sme_supported()
123 return getauxval(AT_HWCAP2) & HWCAP2_SME2; in sme2_supported()
128 return getauxval(AT_HWCAP2) & HWCAP2_SME_FA64; in fa64_supported()
A Dvec-syscfg.c59 .hwcap_type = AT_HWCAP2,
/linux/tools/testing/selftests/mm/
A Dmdwe_test.c292 if (!(getauxval(AT_HWCAP2) & HWCAP2_BTI)) in TEST_F()
/linux/Documentation/arch/arm64/
A Dsme.rst25 AT_HWCAP2 entry. Presence of this flag implies the presence of the SME
30 aux vector AT_HWCAP2 entry. Presence of this flag implies the presence of
43 through AT_HWCAP2 through:
/linux/Documentation/arch/x86/x86_64/
A Dfsgs.rst120 unsigned val = getauxval(AT_HWCAP2);
/linux/Documentation/devicetree/bindings/powerpc/
A Dibm,powerpc-cpu-features.txt183 to 0-31 in AT_HWCAP2 vector, and so on. Missing AT_HWCAPx vectors implies

Completed in 46 milliseconds

12