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
636
NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP);
tools/perf/util/perf-regs-arch/perf_regs_aarch64.c
123
if (getauxval(AT_HWCAP) & HWCAP_SVE)
tools/testing/selftests/arm64/abi/hwcap.c
1011
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1074
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1102
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1109
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1116
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1123
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1145
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1166
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1180
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1187
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
1194
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
712
.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
780
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
787
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
822
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
837
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
844
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
852
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
859
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
866
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
880
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
887
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
925
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
953
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
960
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
967
.at_hwcap = AT_HWCAP,
tools/testing/selftests/arm64/abi/hwcap.c
997
.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
701
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
333
if (getauxval(AT_HWCAP) & HWCAP_SSBS)
tools/testing/selftests/arm64/signal/test_signals_utils.c
335
if (getauxval(AT_HWCAP) & HWCAP_SVE)
tools/testing/selftests/arm64/signal/test_signals_utils.c
343
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;