Home
last modified time | relevance | path

Searched refs:have_hwcap2 (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.10/tools/testing/selftests/powerpc/tm/
Dtm.h17 return have_hwcap2(PPC_FEATURE2_HTM); in have_htm()
27 return have_hwcap2(PPC_FEATURE2_HTM_NOSC); in have_htm_nosc()
/Linux-v5.10/tools/testing/selftests/powerpc/include/
Dutils.h66 static inline bool have_hwcap2(unsigned long ftr2) in have_hwcap2() function
71 static inline bool have_hwcap2(unsigned long ftr2) in have_hwcap2() function
/Linux-v5.10/tools/testing/selftests/powerpc/alignment/
Dalignment_handler.c352 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in test_alignment_handler_vsx_207()
369 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_00)); in test_alignment_handler_vsx_300()
400 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_1)); in test_alignment_handler_vsx_prefix()
490 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_1)); in test_alignment_handler_integer_prefix()
600 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_1)); in test_alignment_handler_fp_prefix()
659 prefixes_enabled = have_hwcap2(PPC_FEATURE2_ARCH_3_1); in main()
Dcopy_first_unaligned.c52 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_00)); in test_copy_first_unaligned()
/Linux-v5.10/tools/testing/selftests/powerpc/mm/
Dprot_sao.c27 have_hwcap2(PPC_FEATURE2_ARCH_3_1) || in test_prot_sao()
/Linux-v5.10/tools/testing/selftests/powerpc/dscr/
Ddscr_user_test.c39 SKIP_IF(!have_hwcap2(PPC_FEATURE2_DSCR)); in dscr_user()
Ddscr_explicit_test.c24 SKIP_IF(!have_hwcap2(PPC_FEATURE2_DSCR)); in dscr_explicit()
Ddscr_inherit_test.c25 SKIP_IF(!have_hwcap2(PPC_FEATURE2_DSCR)); in dscr_inherit()
Ddscr_sysfs_thread_test.c59 SKIP_IF(!have_hwcap2(PPC_FEATURE2_DSCR)); in dscr_sysfs_thread()
Ddscr_inherit_exec_test.c47 SKIP_IF(!have_hwcap2(PPC_FEATURE2_DSCR)); in dscr_inherit_exec()
Ddscr_sysfs_test.c80 SKIP_IF(!have_hwcap2(PPC_FEATURE2_DSCR)); in dscr_sysfs()
Ddscr_default_test.c66 SKIP_IF(!have_hwcap2(PPC_FEATURE2_DSCR)); in dscr_default()
/Linux-v5.10/tools/testing/selftests/powerpc/pmu/
Dl3_bank_test.c24 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in l3_bank_test()
Dper_event_excludes.c28 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in per_event_excludes()
Dcount_stcx_fail.c108 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in test_body()
/Linux-v5.10/tools/testing/selftests/powerpc/math/
Dvmx_syscall.c57 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in test_vmx_syscall()
Dvmx_preempt.c61 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in test_preempt_vmx()
Dvmx_signal.c100 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in test_signal_vmx()
/Linux-v5.10/tools/testing/selftests/powerpc/ptrace/
Dptrace-tar.c82 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in ptrace_tar()
/Linux-v5.10/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c157 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in testcases()
/Linux-v5.10/tools/testing/selftests/powerpc/security/
Dspectre_v2.c138 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in spectre_v2_test()
/Linux-v5.10/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c325 return have_hwcap2(PPC_FEATURE2_EBB); in ebb_is_supported()