Home
last modified time | relevance | path

Searched refs:have_hwcap (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/tools/testing/selftests/powerpc/alignment/
Dalignment_handler.c334 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06)); in test_alignment_handler_vsx_206()
475 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06)); in test_alignment_handler_integer_206()
511 SKIP_IF(!have_hwcap(PPC_FEATURE_HAS_ALTIVEC)); in test_alignment_handler_vmx()
567 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_05)); in test_alignment_handler_fp_205()
585 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06)); in test_alignment_handler_fp_206()
/Linux-v5.10/tools/testing/selftests/powerpc/mm/
Dprot_sao.c26 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06) || in test_prot_sao()
/Linux-v5.10/tools/testing/selftests/powerpc/security/
Dentry_flush.c35 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06)); in entry_flush_test()
Drfi_flush.c35 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06)); in rfi_flush_test()
/Linux-v5.10/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c484 if (!have_hwcap(PPC_FEATURE_HAS_ALTIVEC)) in main()
487 if (!have_hwcap(PPC_FEATURE_HAS_VSX)) in main()
/Linux-v5.10/tools/testing/selftests/powerpc/ptrace/
Dptrace-vsx.c64 SKIP_IF(!have_hwcap(PPC_FEATURE_HAS_VSX)); in ptrace_vsx()
/Linux-v5.10/tools/testing/selftests/powerpc/include/
Dutils.h60 static inline bool have_hwcap(unsigned long ftr) in have_hwcap() function
/Linux-v5.10/tools/testing/selftests/powerpc/math/
Dvsx_preempt.c95 SKIP_IF(!have_hwcap(PPC_FEATURE_HAS_VSX)); in test_preempt_vsx()