Home
last modified time | relevance | path

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

12

/Linux-v6.6/tools/testing/selftests/arm64/abi/
Dhwcap.c318 .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 …]
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()
Dptrace.c29 return getauxval(AT_HWCAP2) & HWCAP2_SME; in have_sme()
/Linux-v6.6/tools/testing/selftests/powerpc/include/
Dutils.h90 #ifdef AT_HWCAP2
93 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
/Linux-v6.6/tools/testing/selftests/arm64/signal/
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-v6.6/include/uapi/linux/
Dauxvec.h32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */ macro
/Linux-v6.6/tools/testing/selftests/arm64/signal/testcases/
Dtpidr2_siginfo.c48 have_sme = getauxval(AT_HWCAP2) & HWCAP2_SME; in tpidr2_present()
/Linux-v6.6/tools/testing/selftests/arm64/mte/
Dcheck_prctl.c67 if ((getauxval(AT_HWCAP2) & hwcap2) != hwcap2) { in set_mode_test()
Dmte_common_util.c318 unsigned long hwcaps2 = getauxval(AT_HWCAP2); in mte_default_setup()
/Linux-v6.6/tools/testing/selftests/arm64/bti/
Dtest.c178 case AT_HWCAP2: in start()
/Linux-v6.6/Documentation/powerpc/
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
Delf_hwcaps.rst20 AT_HWCAP2 entry of the auxiliary vector, and testing whether the relevant
177 6. The HWCAPs exposed in AT_HWCAP2
/Linux-v6.6/Documentation/translations/zh_TW/arch/arm64/
Delf_hwcaps.rst24 用戶空間軟體可以通過獲取輔助向量的 AT_HWCAP 或 AT_HWCAP2 條目來測試功能,
/Linux-v6.6/Documentation/translations/zh_CN/arch/arm64/
Delf_hwcaps.rst21 用户空间软件可以通过获取辅助向量的 AT_HWCAP 或 AT_HWCAP2 条目来测试功能,
/Linux-v6.6/tools/testing/selftests/arm64/fp/
Dfp-stress.c471 if (getauxval(AT_HWCAP2) & HWCAP2_SME) { in main()
478 if (getauxval(AT_HWCAP2) & HWCAP2_SME2) { in main()
Dza-ptrace.c349 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) { in main()
Dzt-ptrace.c340 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME2)) { in main()
Dvec-syscfg.c59 .hwcap_type = AT_HWCAP2,
Dsve-ptrace.c61 .hwcap_type = AT_HWCAP2,
/Linux-v6.6/tools/testing/selftests/mm/
Dmdwe_test.c185 if (!(getauxval(AT_HWCAP2) & HWCAP2_BTI)) in TEST_F()
/Linux-v6.6/Documentation/arch/arm64/
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:
Delf_hwcaps.rst20 AT_HWCAP2 entry of the auxiliary vector, and testing whether the relevant
Dsve.rst46 be reported in the AT_HWCAP2 aux vector entry. In addition to this,
64 reported in the AT_HWCAP2 aux vector entry. Among other things SME adds
/Linux-v6.6/Documentation/arch/x86/x86_64/
Dfsgs.rst120 unsigned val = getauxval(AT_HWCAP2);
/Linux-v6.6/Documentation/devicetree/bindings/powerpc/
Dibm,powerpc-cpu-features.txt183 to 0-31 in AT_HWCAP2 vector, and so on. Missing AT_HWCAPx vectors implies

12