Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/arm64/abi/
Dsyscall-abi.c201 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) { in setup_ffr()
226 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) in check_ffr()
363 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) in test_one_syscall()
428 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) in sme_count_vls()
466 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in main()
468 else if (getauxval(AT_HWCAP2) & HWCAP2_SME) in main()
/linux-5.19.10/tools/testing/selftests/powerpc/include/
Dutils.h65 #ifdef AT_HWCAP2
68 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
/linux-5.19.10/include/uapi/linux/
Dauxvec.h32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */ macro
/linux-5.19.10/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-5.19.10/tools/testing/selftests/arm64/signal/
Dtest_signals_utils.c273 if (getauxval(AT_HWCAP2) & HWCAP2_SME) in test_init()
275 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in test_init()
/linux-5.19.10/tools/testing/selftests/arm64/bti/
Dtest.c185 case AT_HWCAP2: in start()
/linux-5.19.10/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
/linux-5.19.10/Documentation/translations/zh_CN/arm64/
Delf_hwcaps.rst21 用户空间软件可以通过获取辅助向量的 AT_HWCAP 或 AT_HWCAP2 条目来测试功能,
/linux-5.19.10/Documentation/translations/zh_TW/arm64/
Delf_hwcaps.rst24 用戶空間軟體可以通過獲取輔助向量的 AT_HWCAP 或 AT_HWCAP2 條目來測試功能,
/linux-5.19.10/tools/testing/selftests/arm64/fp/
Dza-ptrace.c339 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) { in main()
Dvec-syscfg.c56 .hwcap_type = AT_HWCAP2,
Dsve-ptrace.c51 .hwcap_type = AT_HWCAP2,
/linux-5.19.10/Documentation/arm64/
Delf_hwcaps.rst20 AT_HWCAP2 entry of the auxiliary vector, and testing whether the relevant
Dsme.rst25 AT_HWCAP2 entry. Presence of this flag implies the presence of the SME
38 through AT_HWCAP2 through:
Dsve.rst46 be reported in the AT_HWCAP2 aux vector entry. In addition to this,
63 reported in the AT_HWCAP2 aux vector entry. Among other things SME adds
Dmemory-tagging-extension.rst313 unsigned long hwcap2 = getauxval(AT_HWCAP2);
/linux-5.19.10/Documentation/x86/x86_64/
Dfsgs.rst120 unsigned val = getauxval(AT_HWCAP2);
/linux-5.19.10/Documentation/devicetree/bindings/powerpc/
Dibm,powerpc-cpu-features.txt183 to 0-31 in AT_HWCAP2 vector, and so on. Missing AT_HWCAPx vectors implies
/linux-5.19.10/fs/
Dbinfmt_elf_fdpic.c644 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
Dbinfmt_elf.c277 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()