Home
last modified time | relevance | path

Searched refs:SKIP_IF (Results 1 – 25 of 117) sorted by relevance

12345

/linux/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c243 SKIP_IF(1); in do_test()
324 SKIP_IF(!can_open_cifile()); in test_alignment_handler_vsx_206()
325 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06)); in test_alignment_handler_vsx_206()
342 SKIP_IF(!can_open_cifile()); in test_alignment_handler_vsx_207()
343 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in test_alignment_handler_vsx_207()
358 SKIP_IF(!can_open_cifile()); in test_alignment_handler_vsx_300()
360 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_00)); in test_alignment_handler_vsx_300()
390 SKIP_IF(!can_open_cifile()); in test_alignment_handler_vsx_prefix()
391 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_1)); in test_alignment_handler_vsx_prefix()
409 SKIP_IF(!can_open_cifile()); in test_alignment_handler_integer()
[all …]
/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/
H A Dblacklisted_events_test.c84 SKIP_IF(PVR_VER(pvr) != POWER9); in check_for_power9_version()
85 SKIP_IF(!(pvr & PVR_POWER9_CUMULUS)); in check_for_power9_version()
87 SKIP_IF(!(3 - pvr_min)); in check_for_power9_version()
103 SKIP_IF(platform_check_for_tests()); in blacklisted_events()
109 SKIP_IF(check_for_power9_version()); in blacklisted_events()
112 SKIP_IF(check_for_generic_compat_pmu()); in blacklisted_events()
H A Devent_alternatives_tests_p10.c31 SKIP_IF(platform_check_for_tests()); in event_alternatives_tests_p10()
39 SKIP_IF(PVR_VER(mfspr(SPRN_PVR)) != POWER10); in event_alternatives_tests_p10()
41 SKIP_IF(check_for_generic_compat_pmu()); in event_alternatives_tests_p10()
H A Devent_alternatives_tests_p9.c30 SKIP_IF(platform_check_for_tests()); in event_alternatives_tests_p9()
38 SKIP_IF(PVR_VER(mfspr(SPRN_PVR)) != POWER9); in event_alternatives_tests_p9()
41 SKIP_IF(check_for_generic_compat_pmu()); in event_alternatives_tests_p9()
H A Dreserved_bits_mmcra_thresh_ctl_test.c22 SKIP_IF(platform_check_for_tests()); in reserved_bits_mmcra_thresh_ctl()
25 SKIP_IF(check_for_generic_compat_pmu()); in reserved_bits_mmcra_thresh_ctl()
H A Dgroup_constraint_radix_scope_qual_test.c31 SKIP_IF(platform_check_for_tests()); in group_constraint_radix_scope_qual()
32 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_1)); in group_constraint_radix_scope_qual()
H A Dgroup_constraint_l2l3_sel_test.c35 SKIP_IF(platform_check_for_tests()); in group_constraint_l2l3_sel()
36 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_1)); in group_constraint_l2l3_sel()
H A Dhw_cache_event_type_test.c49 SKIP_IF(platform_check_for_tests()); in hw_cache_event_type_test()
52 SKIP_IF(check_for_generic_compat_pmu()); in hw_cache_event_type_test()
H A Dgroup_constraint_unit_test.c37 SKIP_IF(platform_check_for_tests()); in group_constraint_unit()
38 SKIP_IF(have_hwcap2(PPC_FEATURE2_ARCH_3_1)); in group_constraint_unit()
/linux/tools/testing/selftests/powerpc/security/
H A Duaccess_flush.c34 SKIP_IF(geteuid() != 0); in uaccess_flush_test()
37 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06)); in uaccess_flush_test()
41 SKIP_IF(1); in uaccess_flush_test()
46 SKIP_IF(1); in uaccess_flush_test()
51 SKIP_IF(1); in uaccess_flush_test()
H A Dentry_flush.c32 SKIP_IF(geteuid() != 0); in entry_flush_test()
35 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06)); in entry_flush_test()
39 SKIP_IF(1); in entry_flush_test()
44 SKIP_IF(1); in entry_flush_test()
H A Drfi_flush.c32 SKIP_IF(geteuid() != 0); in rfi_flush_test()
35 SKIP_IF(!have_hwcap(PPC_FEATURE_ARCH_2_06)); in rfi_flush_test()
39 SKIP_IF(1); in rfi_flush_test()
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-tar.c28 SKIP_IF(!have_htm()); in test_tar()
29 SKIP_IF(htm_is_synthetic()); in test_tar()
30 SKIP_IF(!is_ppc64le()); in test_tar()
H A Dtm-sigreturn.c57 SKIP_IF(!have_htm()); in tm_sigreturn()
58 SKIP_IF(htm_is_synthetic()); in tm_sigreturn()
59 SKIP_IF(!is_ppc64le()); in tm_sigreturn()
H A Dtm-vmxcopy.c48 SKIP_IF(!have_htm()); in test_vmxcopy()
49 SKIP_IF(htm_is_synthetic()); in test_vmxcopy()
50 SKIP_IF(!is_ppc64le()); in test_vmxcopy()
H A Dtm-fork.c23 SKIP_IF(!have_htm()); in test_fork()
24 SKIP_IF(htm_is_synthetic()); in test_fork()
H A Dtm-signal-stack.c37 SKIP_IF(!have_htm()); in tm_signal_stack()
38 SKIP_IF(htm_is_synthetic()); in tm_signal_stack()
H A Dtm-exec.c29 SKIP_IF(!have_htm()); in test_exec()
30 SKIP_IF(htm_is_synthetic()); in test_exec()
H A Dtm-signal-sigreturn-nt.c34 SKIP_IF(!have_htm()); in tm_signal_sigreturn_nt()
35 SKIP_IF(htm_is_synthetic()); in tm_signal_sigreturn_nt()
H A Dtm-resched-dscr.c42 SKIP_IF(!have_htm()); in test_body()
43 SKIP_IF(htm_is_synthetic()); in test_body()
/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmmcr0_cc56run_test.c25 SKIP_IF(check_pvr_for_sampling_tests()); in mmcr0_cc56run()
26 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_1)); in mmcr0_cc56run()
H A Dmmcr0_pmccext_test.c25 SKIP_IF(check_pvr_for_sampling_tests()); in mmcr0_pmccext()
26 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_1)); in mmcr0_pmccext()
H A Dmmcra_bhrb_disable_no_branch_test.c31 SKIP_IF(check_pvr_for_sampling_tests()); in mmcra_bhrb_disable_no_branch_test()
32 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_1)); in mmcra_bhrb_disable_no_branch_test()
H A Dmmcra_bhrb_ind_call_test.c34 SKIP_IF(check_pvr_for_sampling_tests()); in mmcra_bhrb_ind_call_test()
35 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_1)); in mmcra_bhrb_ind_call_test()
H A Dmmcra_bhrb_disable_test.c31 SKIP_IF(check_pvr_for_sampling_tests()); in mmcra_bhrb_disable_test()
32 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_1)); in mmcra_bhrb_disable_test()

12345