Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/arm64/abi/
Dhwcap.c123 .at_hwcap = AT_HWCAP2,
130 .at_hwcap = AT_HWCAP2,
146 .at_hwcap = AT_HWCAP2,
153 .at_hwcap = AT_HWCAP2,
160 .at_hwcap = AT_HWCAP2,
167 .at_hwcap = AT_HWCAP2,
174 .at_hwcap = AT_HWCAP2,
181 .at_hwcap = AT_HWCAP2,
188 .at_hwcap = AT_HWCAP2,
195 .at_hwcap = AT_HWCAP2,
[all …]
Dsyscall-abi.c220 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) { in setup_ffr()
245 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) in check_ffr()
382 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) in test_one_syscall()
447 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) in sme_count_vls()
485 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in main()
487 else if (getauxval(AT_HWCAP2) & HWCAP2_SME) in main()
Dptrace.c29 return getauxval(AT_HWCAP2) & HWCAP2_SME; in have_sme()
/Linux-v6.1/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-v6.1/include/uapi/linux/
Dauxvec.h32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */ macro
/Linux-v6.1/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.1/tools/testing/selftests/arm64/signal/
Dtest_signals_utils.c322 if (getauxval(AT_HWCAP2) & HWCAP2_SME) in test_init()
324 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in test_init()
/Linux-v6.1/tools/testing/selftests/arm64/bti/
Dtest.c185 case AT_HWCAP2: in start()
/Linux-v6.1/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.1/Documentation/translations/zh_TW/arm64/
Delf_hwcaps.rst24 用戶空間軟體可以通過獲取輔助向量的 AT_HWCAP 或 AT_HWCAP2 條目來測試功能,
/Linux-v6.1/Documentation/translations/zh_CN/arm64/
Delf_hwcaps.rst21 用户空间软件可以通过获取辅助向量的 AT_HWCAP 或 AT_HWCAP2 条目来测试功能,
/Linux-v6.1/tools/testing/selftests/arm64/fp/
Dza-ptrace.c339 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) { in main()
Dfp-stress.c433 if (getauxval(AT_HWCAP2) & HWCAP2_SME) { in main()
Dvec-syscfg.c56 .hwcap_type = AT_HWCAP2,
Dsve-ptrace.c51 .hwcap_type = AT_HWCAP2,
/Linux-v6.1/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-v6.1/Documentation/x86/x86_64/
Dfsgs.rst120 unsigned val = getauxval(AT_HWCAP2);
/Linux-v6.1/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-v6.1/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()