Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/tools/testing/selftests/arm64/abi/
A Dhwcap.c207 .at_hwcap = AT_HWCAP2,
214 .at_hwcap = AT_HWCAP2,
221 .at_hwcap = AT_HWCAP2,
227 .at_hwcap = AT_HWCAP2,
235 .at_hwcap = AT_HWCAP2,
243 .at_hwcap = AT_HWCAP2,
250 .at_hwcap = AT_HWCAP2,
257 .at_hwcap = AT_HWCAP2,
264 .at_hwcap = AT_HWCAP2,
271 .at_hwcap = AT_HWCAP2,
[all …]
A Dsyscall-abi.c236 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) { in setup_ffr()
261 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) in check_ffr()
345 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME2)) in check_zt()
495 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) in sme_count_vls()
541 if (getauxval(AT_HWCAP2) & HWCAP2_SME2) in main()
546 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in main()
548 else if (getauxval(AT_HWCAP2) & HWCAP2_SME) in main()
A Dptrace.c29 return getauxval(AT_HWCAP2) & HWCAP2_SME; in have_sme()
/linux-6.3-rc2/tools/testing/selftests/powerpc/include/
A Dutils.h81 #ifdef AT_HWCAP2
84 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
/linux-6.3-rc2/include/uapi/linux/
A Dauxvec.h32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */ macro
/linux-6.3-rc2/tools/testing/selftests/arm64/signal/
A Dtest_signals_utils.c325 if (getauxval(AT_HWCAP2) & HWCAP2_SME) in test_init()
327 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in test_init()
329 if (getauxval(AT_HWCAP2) & HWCAP2_SME2) in test_init()
/linux-6.3-rc2/tools/testing/selftests/arm64/signal/testcases/
A Dtpidr2_siginfo.c48 have_sme = getauxval(AT_HWCAP2) & HWCAP2_SME; in tpidr2_present()
/linux-6.3-rc2/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-6.3-rc2/tools/testing/selftests/arm64/bti/
A Dtest.c179 case AT_HWCAP2: in start()
/linux-6.3-rc2/Documentation/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
177 6. The HWCAPs exposed in AT_HWCAP2
/linux-6.3-rc2/Documentation/translations/zh_CN/arm64/
A Delf_hwcaps.rst21 用户空间软件可以通过获取辅助向量的 AT_HWCAP 或 AT_HWCAP2 条目来测试功能,
/linux-6.3-rc2/Documentation/translations/zh_TW/arm64/
A Delf_hwcaps.rst24 用戶空間軟體可以通過獲取輔助向量的 AT_HWCAP 或 AT_HWCAP2 條目來測試功能,
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A Dfp-stress.c471 if (getauxval(AT_HWCAP2) & HWCAP2_SME) { in main()
478 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 Dvec-syscfg.c56 .hwcap_type = AT_HWCAP2,
A Dsve-ptrace.c61 .hwcap_type = AT_HWCAP2,
/linux-6.3-rc2/tools/testing/selftests/mm/
A Dmdwe_test.c186 if (!(getauxval(AT_HWCAP2) & HWCAP2_BTI)) in TEST_F()
/linux-6.3-rc2/Documentation/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:
A Delf_hwcaps.rst20 AT_HWCAP2 entry of the auxiliary vector, and testing whether the relevant
A 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-6.3-rc2/Documentation/x86/x86_64/
A Dfsgs.rst120 unsigned val = getauxval(AT_HWCAP2);
/linux-6.3-rc2/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 60 milliseconds

12