Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_TW/arm64/
A 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/Documentation/translations/zh_CN/arm64/
A 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/tools/testing/selftests/arm64/pauth/
A 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()
A Dexec_target.c21 hwcaps = getauxval(AT_HWCAP); in main()
/linux/Documentation/arm64/
A 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
254 4. Unused AT_HWCAP bits
258 and 63 of AT_HWCAP will always be returned as 0.
A Dcpu-feature-registers.rst321 if (!(getauxval(AT_HWCAP) & HWCAP_CPUID)) {
A Dsve.rst27 AT_HWCAP entry. Presence of this flag implies the presence of the SVE
/linux/include/uapi/linux/
A Dauxvec.h25 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
/linux/tools/testing/selftests/arm64/fp/
A Dsve-probe-vls.c28 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
A Dvlset.c112 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
A Dsve-ptrace.c544 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
A Dvec-syscfg.c48 .hwcap_type = AT_HWCAP,
/linux/tools/testing/selftests/arm64/signal/
A Dtest_signals_utils.c265 if (getauxval(AT_HWCAP) & HWCAP_SSBS) in test_init()
267 if (getauxval(AT_HWCAP) & HWCAP_SVE) in test_init()
/linux/arch/um/os-Linux/
A Delf_aux.c47 case AT_HWCAP: in scan_elf_aux()
/linux/tools/testing/selftests/powerpc/include/
A Dutils.h62 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
/linux/tools/testing/selftests/arm64/bti/
A Dtest.c182 case AT_HWCAP: in start()
/linux/Documentation/devicetree/bindings/powerpc/
A Dibm,powerpc-cpu-features.txt182 Bits 0-31 correspond to bits 0-31 in AT_HWCAP vector. Bits 32-63 correspond
/linux/fs/
A Dbinfmt_elf_fdpic.c642 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_fdpic_tables()
A Dbinfmt_elf.c257 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_tables()

Completed in 24 milliseconds