/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | hwcap.c | 304 .at_hwcap = AT_HWCAP, 311 .at_hwcap = AT_HWCAP, 325 .at_hwcap = AT_HWCAP, 332 .at_hwcap = AT_HWCAP, 339 .at_hwcap = AT_HWCAP, 346 .at_hwcap = AT_HWCAP, 353 .at_hwcap = AT_HWCAP, 360 .at_hwcap = AT_HWCAP, 377 .at_hwcap = AT_HWCAP, 397 .at_hwcap = AT_HWCAP, [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | elf_hwcaps.rst | 21 用户空间软件可以通过获取辅助向量的 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。
|
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/ |
H A D | elf_hwcaps.rst | 24 用戶空間軟體可以通過獲取輔助向量的 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。
|
/openbmc/linux/lib/raid6/ |
H A D | loongarch.h | 33 #define cpu_has_lsx (getauxval(AT_HWCAP) & HWCAP_LOONGARCH_LSX) 34 #define cpu_has_lasx (getauxval(AT_HWCAP) & HWCAP_LOONGARCH_LASX)
|
/openbmc/linux/tools/testing/selftests/arm64/pauth/ |
H A D | pac.c | 26 unsigned long hwcaps = getauxval(AT_HWCAP); \ 33 unsigned long hwcaps = getauxval(AT_HWCAP); \ 261 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST() 304 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST()
|
H A D | exec_target.c | 21 hwcaps = getauxval(AT_HWCAP); in main()
|
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/ |
H A D | armarch.patch | 35 - if (getauxval(AT_HWCAP) & HWCAP_ARM_VFP) 37 - if ((atoi(un.machine+4) == 7) && (getauxval(AT_HWCAP) & HWCAP_ARM_NEON))
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | elf_hwcaps.rst | 19 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 323 4. Unused AT_HWCAP bits 327 and 63 of AT_HWCAP will always be returned as 0.
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | pauth.h | 15 assert(getauxval(AT_HWCAP) & HWCAP_CPUID); in get_pac_feature()
|
H A D | sve-ioctls.c | 64 if (getauxval(AT_HWCAP) & HWCAP_SVE) { in main()
|
H A D | dcpop.c | 57 if (getauxval(AT_HWCAP) & HWCAP_DCPOP) { in main()
|
H A D | sysregs.c | 111 if (!(getauxval(AT_HWCAP) & HWCAP_CPUID)) { in main()
|
/openbmc/qemu/util/ |
H A D | cpuinfo-loongarch.c | 28 hwcap = qemu_getauxval(AT_HWCAP); in cpuinfo_init()
|
H A D | cpuinfo-ppc.c | 40 unsigned long hwcap = qemu_getauxval(AT_HWCAP); in cpuinfo_init()
|
H A D | cpuinfo-aarch64.c | 68 unsigned long hwcap = qemu_getauxval(AT_HWCAP); in cpuinfo_init()
|
/openbmc/linux/include/uapi/linux/ |
H A D | auxvec.h | 25 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
|
/openbmc/linux/tools/perf/tests/attr/ |
H A D | test-record-user-regs-no-sve-aarch64 | 9 auxv = auxv["AT_HWCAP"] & 0x400000 == 0
|
H A D | test-record-user-regs-sve-aarch64 | 9 auxv = auxv["AT_HWCAP"] & 0x400000 == 0x400000
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | sve-probe-vls.c | 28 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
|
H A D | vlset.c | 118 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | elf_aux.c | 47 case AT_HWCAP: in scan_elf_aux()
|
/openbmc/linux/Documentation/powerpc/ |
H A D | elf_hwcaps.rst | 19 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
|
/openbmc/linux/tools/testing/selftests/arm64/signal/ |
H A D | test_signals_utils.c | 322 if (getauxval(AT_HWCAP) & HWCAP_SSBS) in test_init() 324 if (getauxval(AT_HWCAP) & HWCAP_SVE) in test_init()
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_elf.h | 130 NEW_AUX_ENT(AT_HWCAP, (abi_ulong)ELF_HWCAP); in target_create_elf_tables()
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_elf.h | 130 NEW_AUX_ENT(AT_HWCAP, (abi_ulong)ELF_HWCAP); in target_create_elf_tables()
|