Symbol: AT_HWCAP
arch/um/os-Linux/elf_aux.c
37
case AT_HWCAP:
fs/binfmt_elf.c
250
NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP);
fs/binfmt_elf_fdpic.c
632
NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP);
lib/raid6/loongarch.h
33
#define cpu_has_lsx (getauxval(AT_HWCAP) & HWCAP_LOONGARCH_LSX)
lib/raid6/loongarch.h
34
#define cpu_has_lasx (getauxval(AT_HWCAP) & HWCAP_LOONGARCH_LASX)
lib/raid6/rvv.h
17
#define has_vector() (getauxval(AT_HWCAP) & COMPAT_HWCAP_ISA_V)
tools/perf/util/perf-regs-arch/perf_regs_aarch64.c
123
if (getauxval(AT_HWCAP) & HWCAP_SVE)
tools/testing/selftests/arm64/abi/hwcap.c
1006
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1013
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1020
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1027
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1049
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1063
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1070
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1077
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1084
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
651
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
658
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
665
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
719
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
726
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
740
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
755
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
762
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
770
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
777
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
784
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
798
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
805
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
843
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
871
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
878
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
885
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
915
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
922
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
978
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/syscall-abi.c
477
if (!(getauxval(AT_HWCAP) & HWCAP_SVE))
tools/testing/selftests/arm64/bti/test.c
175
case AT_HWCAP:
tools/testing/selftests/arm64/fp/fp-ptrace.c
134
return getauxval(AT_HWCAP) & HWCAP_SVE;
tools/testing/selftests/arm64/fp/fp-stress.c
480
if (getauxval(AT_HWCAP) & HWCAP_SVE) {
tools/testing/selftests/arm64/fp/sve-probe-vls.c
28
if (!(getauxval(AT_HWCAP) & HWCAP_SVE))
tools/testing/selftests/arm64/fp/sve-ptrace.c
54
.hwcap_type = AT_HWCAP,
tools/testing/selftests/arm64/fp/sve-ptrace.c
882
if (!(getauxval(AT_HWCAP) & HWCAP_SVE) &&
tools/testing/selftests/arm64/fp/vec-syscfg.c
49
.hwcap_type = AT_HWCAP,
tools/testing/selftests/arm64/fp/vlset.c
118
if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) {
tools/testing/selftests/arm64/gcs/basic-gcs.c
384
if (!(getauxval(AT_HWCAP) & HWCAP_GCS))
tools/testing/selftests/arm64/gcs/gcs-locking.c
184
if (!(getauxval(AT_HWCAP) & HWCAP_GCS))
tools/testing/selftests/arm64/gcs/gcs-stress.c
377
if (getauxval(AT_HWCAP) & HWCAP_GCS) {
tools/testing/selftests/arm64/gcs/libc-gcs.c
700
if (!(getauxval(AT_HWCAP) & HWCAP_GCS))
tools/testing/selftests/arm64/pauth/exec_target.c
26
hwcaps = getauxval(AT_HWCAP);
tools/testing/selftests/arm64/pauth/pac.c
26
unsigned long hwcaps = getauxval(AT_HWCAP); \
tools/testing/selftests/arm64/pauth/pac.c
261
unsigned long hwcaps = getauxval(AT_HWCAP);
tools/testing/selftests/arm64/pauth/pac.c
304
unsigned long hwcaps = getauxval(AT_HWCAP);
tools/testing/selftests/arm64/pauth/pac.c
33
unsigned long hwcaps = getauxval(AT_HWCAP); \
tools/testing/selftests/arm64/signal/test_signals.c
30
if (getauxval(AT_HWCAP) & HWCAP_GCS)
tools/testing/selftests/arm64/signal/test_signals_utils.c
332
if (getauxval(AT_HWCAP) & HWCAP_SSBS)
tools/testing/selftests/arm64/signal/test_signals_utils.c
334
if (getauxval(AT_HWCAP) & HWCAP_SVE)
tools/testing/selftests/arm64/signal/test_signals_utils.c
342
if (getauxval(AT_HWCAP) & HWCAP_GCS)
tools/testing/selftests/kvm/arm64/host_sve.c
120
if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) {
tools/testing/selftests/powerpc/include/utils.h
87
return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr;
tools/testing/selftests/vDSO/vdso_test_chacha.c
18
return getauxval(AT_HWCAP) & HWCAP_ASIMD;
tools/testing/selftests/vDSO/vdso_test_chacha.c
23
return getauxval(AT_HWCAP) & HWCAP_S390_VXRS;