Symbol: have_hwcap
tools/testing/selftests/arm64/abi/hwcap.c
1272
bool have_hwcap) \
tools/testing/selftests/arm64/abi/hwcap.c
1285
if (have_hwcap) { \
tools/testing/selftests/arm64/abi/hwcap.c
1313
bool have_cpuinfo, have_hwcap, raise_sigill;
tools/testing/selftests/arm64/abi/hwcap.c
1321
have_hwcap = getauxval(hwcap->at_hwcap) & hwcap->hwcap_bit;
tools/testing/selftests/arm64/abi/hwcap.c
1324
if (have_hwcap)
tools/testing/selftests/arm64/abi/hwcap.c
1327
ksft_test_result(have_hwcap == have_cpuinfo,
tools/testing/selftests/arm64/abi/hwcap.c
1334
raise_sigill = inst_raise_sigill(hwcap, have_hwcap);
tools/testing/selftests/arm64/abi/hwcap.c
1336
inst_raise_sigbus(hwcap, have_hwcap);
tools/testing/selftests/powerpc/alignment/alignment_handler.c
325
SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06));
tools/testing/selftests/powerpc/alignment/alignment_handler.c
469
SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06));
tools/testing/selftests/powerpc/alignment/alignment_handler.c
505
SKIP_IF(!have_hwcap(PPC_FEATURE_HAS_ALTIVEC));
tools/testing/selftests/powerpc/alignment/alignment_handler.c
561
SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_05));
tools/testing/selftests/powerpc/alignment/alignment_handler.c
579
SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06));
tools/testing/selftests/powerpc/benchmarks/context_switch.c
484
if (!have_hwcap(PPC_FEATURE_HAS_ALTIVEC))
tools/testing/selftests/powerpc/benchmarks/context_switch.c
487
if (!have_hwcap(PPC_FEATURE_HAS_VSX))
tools/testing/selftests/powerpc/copyloops/validate.c
109
SKIP_IF_MSG(!have_hwcap(PPC_FEATURE_HAS_ALTIVEC), "ALTIVEC not supported");
tools/testing/selftests/powerpc/math/vsx_preempt.c
95
SKIP_IF(!have_hwcap(PPC_FEATURE_HAS_VSX));
tools/testing/selftests/powerpc/mm/prot_sao.c
26
SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06) ||
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c
64
SKIP_IF_MSG(!have_hwcap(PPC_FEATURE_HAS_VSX), "Don't have VSX");
tools/testing/selftests/powerpc/security/entry_flush.c
35
SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06));
tools/testing/selftests/powerpc/security/rfi_flush.c
35
SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06));
tools/testing/selftests/powerpc/security/uaccess_flush.c
37
SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06));