Home
last modified time | relevance | path

Searched refs:AT_HWCAP (Results 1 – 24 of 24) sorted by relevance

/linux-6.1.9/Documentation/translations/zh_CN/arm64/
Delf_hwcaps.rst21 用户空间软件可以通过获取辅助向量的 AT_HWCAP 或 AT_HWCAP2 条目来测试功能,
26 unsigned long hwcaps = getauxval(AT_HWCAP);
58 3. AT_HWCAP 中揭示的 hwcaps
237 4. 未使用的 AT_HWCAP
240 为了与用户空间交互,内核保证 AT_HWCAP 的第62、63位将始终返回0。
/linux-6.1.9/Documentation/translations/zh_TW/arm64/
Delf_hwcaps.rst24 用戶空間軟體可以通過獲取輔助向量的 AT_HWCAP 或 AT_HWCAP2 條目來測試功能,
29 unsigned long hwcaps = getauxval(AT_HWCAP);
61 3. AT_HWCAP 中揭示的 hwcaps
240 4. 未使用的 AT_HWCAP
243 爲了與用戶空間交互,內核保證 AT_HWCAP 的第62、63位將始終返回0。
/linux-6.1.9/tools/testing/selftests/arm64/pauth/
Dpac.c26 unsigned long hwcaps = getauxval(AT_HWCAP); \
33 unsigned long hwcaps = getauxval(AT_HWCAP); \
258 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST()
301 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST()
Dexec_target.c21 hwcaps = getauxval(AT_HWCAP); in main()
/linux-6.1.9/Documentation/arm64/
Delf_hwcaps.rst19 Userspace software can test for features by acquiring the AT_HWCAP or
25 unsigned long hwcaps = getauxval(AT_HWCAP);
66 3. The hwcaps exposed in AT_HWCAP
278 4. Unused AT_HWCAP bits
282 and 63 of AT_HWCAP will always be returned as 0.
Dcpu-feature-registers.rst376 if (!(getauxval(AT_HWCAP) & HWCAP_CPUID)) {
Dsve.rst33 AT_HWCAP entry. Presence of this flag implies the presence of the SVE
/linux-6.1.9/include/uapi/linux/
Dauxvec.h25 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
/linux-6.1.9/tools/testing/selftests/arm64/fp/
Dsve-probe-vls.c28 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
Dvlset.c118 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
Dsve-ptrace.c44 .hwcap_type = AT_HWCAP,
741 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
Dfp-stress.c426 if (getauxval(AT_HWCAP) & HWCAP_SVE) { in main()
Dvec-syscfg.c46 .hwcap_type = AT_HWCAP,
/linux-6.1.9/arch/um/os-Linux/
Delf_aux.c47 case AT_HWCAP: in scan_elf_aux()
/linux-6.1.9/tools/testing/selftests/arm64/signal/
Dtest_signals_utils.c318 if (getauxval(AT_HWCAP) & HWCAP_SSBS) in test_init()
320 if (getauxval(AT_HWCAP) & HWCAP_SVE) in test_init()
/linux-6.1.9/Documentation/powerpc/
Delf_hwcaps.rst19 Userspace software can test for features by acquiring the AT_HWCAP or
25 unsigned long HWCAPs = getauxval(AT_HWCAP);
70 5. The HWCAPs exposed in AT_HWCAP
/linux-6.1.9/tools/testing/selftests/powerpc/include/
Dutils.h62 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
/linux-6.1.9/tools/testing/selftests/arm64/abi/
Dsyscall-abi.c365 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in test_one_syscall()
418 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in sve_count_vls()
Dhwcap.c138 .at_hwcap = AT_HWCAP,
/linux-6.1.9/tools/perf/arch/arm64/util/
Dperf_regs.c155 if (getauxval(AT_HWCAP) & HWCAP_SVE) in arch__user_reg_mask()
/linux-6.1.9/tools/testing/selftests/arm64/bti/
Dtest.c182 case AT_HWCAP: in start()
/linux-6.1.9/Documentation/devicetree/bindings/powerpc/
Dibm,powerpc-cpu-features.txt182 Bits 0-31 correspond to bits 0-31 in AT_HWCAP vector. Bits 32-63 correspond
/linux-6.1.9/fs/
Dbinfmt_elf_fdpic.c643 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_fdpic_tables()
Dbinfmt_elf.c259 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_tables()