Searched refs:AT_HWCAP2 (Results 1 – 25 of 25) sorted by relevance
/Linux-v6.1/tools/testing/selftests/arm64/abi/ |
D | hwcap.c | 123 .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 …]
|
D | syscall-abi.c | 220 !(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()
|
D | ptrace.c | 29 return getauxval(AT_HWCAP2) & HWCAP2_SME; in have_sme()
|
/Linux-v6.1/tools/testing/selftests/powerpc/include/ |
D | utils.h | 65 #ifdef AT_HWCAP2 68 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
|
/Linux-v6.1/include/uapi/linux/ |
D | auxvec.h | 32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */ macro
|
/Linux-v6.1/tools/testing/selftests/arm64/mte/ |
D | check_prctl.c | 67 if ((getauxval(AT_HWCAP2) & hwcap2) != hwcap2) { in set_mode_test()
|
D | mte_common_util.c | 318 unsigned long hwcaps2 = getauxval(AT_HWCAP2); in mte_default_setup()
|
/Linux-v6.1/tools/testing/selftests/arm64/signal/ |
D | test_signals_utils.c | 322 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/ |
D | test.c | 185 case AT_HWCAP2: in start()
|
/Linux-v6.1/Documentation/powerpc/ |
D | syscall64-abi.rst | 13 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
|
D | elf_hwcaps.rst | 20 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/ |
D | elf_hwcaps.rst | 24 用戶空間軟體可以通過獲取輔助向量的 AT_HWCAP 或 AT_HWCAP2 條目來測試功能,
|
/Linux-v6.1/Documentation/translations/zh_CN/arm64/ |
D | elf_hwcaps.rst | 21 用户空间软件可以通过获取辅助向量的 AT_HWCAP 或 AT_HWCAP2 条目来测试功能,
|
/Linux-v6.1/tools/testing/selftests/arm64/fp/ |
D | za-ptrace.c | 339 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) { in main()
|
D | fp-stress.c | 433 if (getauxval(AT_HWCAP2) & HWCAP2_SME) { in main()
|
D | vec-syscfg.c | 56 .hwcap_type = AT_HWCAP2,
|
D | sve-ptrace.c | 51 .hwcap_type = AT_HWCAP2,
|
/Linux-v6.1/Documentation/arm64/ |
D | elf_hwcaps.rst | 20 AT_HWCAP2 entry of the auxiliary vector, and testing whether the relevant
|
D | sme.rst | 25 AT_HWCAP2 entry. Presence of this flag implies the presence of the SME 38 through AT_HWCAP2 through:
|
D | sve.rst | 46 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
|
D | memory-tagging-extension.rst | 313 unsigned long hwcap2 = getauxval(AT_HWCAP2);
|
/Linux-v6.1/Documentation/x86/x86_64/ |
D | fsgs.rst | 120 unsigned val = getauxval(AT_HWCAP2);
|
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/ |
D | ibm,powerpc-cpu-features.txt | 183 to 0-31 in AT_HWCAP2 vector, and so on. Missing AT_HWCAPx vectors implies
|
/Linux-v6.1/fs/ |
D | binfmt_elf_fdpic.c | 644 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
|
D | binfmt_elf.c | 277 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()
|