Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/powerpc/alignment/
Dalignment_handler.c325 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06)); in test_alignment_handler_vsx_206()
469 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06)); in test_alignment_handler_integer_206()
505 SKIP_IF(!have_hwcap(PPC_FEATURE_HAS_ALTIVEC)); in test_alignment_handler_vmx()
561 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_05)); in test_alignment_handler_fp_205()
579 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06)); in test_alignment_handler_fp_206()
/Linux-v5.15/tools/testing/selftests/powerpc/mm/
Dprot_sao.c26 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06) || in test_prot_sao()
/Linux-v5.15/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()
Duaccess_flush.c37 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06)); in uaccess_flush_test()
/Linux-v5.15/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.15/tools/testing/selftests/powerpc/math/
Dvsx_preempt.c95 SKIP_IF(!have_hwcap(PPC_FEATURE_HAS_VSX)); in test_preempt_vsx()
/Linux-v5.15/tools/testing/selftests/powerpc/ptrace/
Dptrace-vsx.c64 SKIP_IF(!have_hwcap(PPC_FEATURE_HAS_VSX)); in ptrace_vsx()
/Linux-v5.15/tools/testing/selftests/powerpc/include/
Dutils.h60 static inline bool have_hwcap(unsigned long ftr) in have_hwcap() function