Home
last modified time | relevance | path

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

12

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

12