Home
last modified time | relevance | path

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

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