/kernel/linux/linux-6.6/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...] |
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/pauth/ |
H A D | pac.c | 26 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()
|
H A D | exec_target.c | 21 hwcaps = getauxval(AT_HWCAP); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/pauth/ |
H A D | pac.c | 26 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()
|
H A D | exec_target.c | 21 hwcaps = getauxval(AT_HWCAP); in main()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | auxvec.h | 25 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro 32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | auxvec.h | 38 #define AT_HWCAP 16 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | auxvec.h | 38 #define AT_HWCAP 16 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | auxvec.h | 25 #define AT_HWCAP 16 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | auxvec.h | 25 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro 32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | elf_aux.c | 47 case AT_HWCAP: in scan_elf_aux()
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/ |
H A D | sve-probe-vls.c | 27 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
|
H A D | vlset.c | 112 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | elf_aux.c | 47 case AT_HWCAP: in scan_elf_aux()
|
/kernel/linux/linux-6.6/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()
|
H A D | sve-ptrace.c | 54 .hwcap_type = AT_HWCAP, 751 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/ |
H A D | test_signals_utils.c | 265 if (getauxval(AT_HWCAP) & HWCAP_SSBS) in test_init() 267 if (getauxval(AT_HWCAP) & HWCAP_SVE) in test_init()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 62 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
|
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/ |
H A D | perf_regs.c | 161 if (getauxval(AT_HWCAP) & HWCAP_SVE) in arch__user_reg_mask()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/bti/ |
H A D | test.c | 175 case AT_HWCAP: in start()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 87 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
|