Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm.h17 return have_hwcap2(PPC_FEATURE2_HTM); in have_htm()
27 return have_hwcap2(PPC_FEATURE2_HTM_NOSC); in have_htm_nosc()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/alignment/
H A 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()
493 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_1)); in test_alignment_handler_integer_prefix()
603 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_1)); in test_alignment_handler_fp_prefix()
662 prefixes_enabled = have_hwcap2(PPC_FEATURE2_ARCH_3_1); in main()
H A Dcopy_first_unaligned.c52 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_00)); in test_copy_first_unaligned()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/
H A 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
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
H A Dprot_sao.c27 have_hwcap2(PPC_FEATURE2_ARCH_3_1) || in test_prot_sao()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/dscr/
H A Ddscr_user_test.c39 SKIP_IF(!have_hwcap2(PPC_FEATURE2_DSCR)); in dscr_user()
H A Ddscr_explicit_test.c24 SKIP_IF(!have_hwcap2(PPC_FEATURE2_DSCR)); in dscr_explicit()
H A Ddscr_inherit_test.c25 SKIP_IF(!have_hwcap2(PPC_FEATURE2_DSCR)); in dscr_inherit()
H A Ddscr_sysfs_thread_test.c59 SKIP_IF(!have_hwcap2(PPC_FEATURE2_DSCR)); in dscr_sysfs_thread()
H A Ddscr_inherit_exec_test.c47 SKIP_IF(!have_hwcap2(PPC_FEATURE2_DSCR)); in dscr_inherit_exec()
H A Ddscr_sysfs_test.c80 SKIP_IF(!have_hwcap2(PPC_FEATURE2_DSCR)); in dscr_sysfs()
H A Ddscr_default_test.c66 SKIP_IF(!have_hwcap2(PPC_FEATURE2_DSCR)); in dscr_default()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/
H A Dl3_bank_test.c24 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in l3_bank_test()
H A Dper_event_excludes.c28 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in per_event_excludes()
H A Dcount_stcx_fail.c108 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in test_body()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/math/
H A Dvmx_syscall.c57 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in test_vmx_syscall()
H A Dvmx_preempt.c61 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in test_preempt_vmx()
H A Dvmx_signal.c100 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in test_signal_vmx()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tar.c82 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in ptrace_tar()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c157 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in testcases()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/security/
H A Dspectre_v2.c138 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in spectre_v2_test()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c325 return have_hwcap2(PPC_FEATURE2_EBB); in ebb_is_supported()