Symbol: SKIP_IF_MSG
tools/testing/selftests/powerpc/copyloops/validate.c
109
SKIP_IF_MSG(!have_hwcap(PPC_FEATURE_HAS_ALTIVEC), "ALTIVEC not supported");
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
56
SKIP_IF_MSG(!dexcr_exists(), "DEXCR not supported");
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
57
SKIP_IF_MSG(!pr_dexcr_aspect_supported(which), "DEXCR aspect not supported");
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
58
SKIP_IF_MSG(!pr_dexcr_aspect_editable(which), "DEXCR aspect not editable with prctl");
tools/testing/selftests/powerpc/dexcr/hashchk_test.c
23
SKIP_IF_MSG(!dexcr_exists(), "DEXCR not supported");
tools/testing/selftests/powerpc/dexcr/hashchk_test.c
30
SKIP_IF_MSG(!(get_dexcr(EFFECTIVE) & DEXCR_PR_NPHIE),
tools/testing/selftests/powerpc/math/mma.c
26
SKIP_IF_MSG(!have_hwcap2(PPC_FEATURE2_ARCH_3_1), "Need ISAv3.1");
tools/testing/selftests/powerpc/math/mma.c
27
SKIP_IF_MSG(!have_hwcap2(PPC_FEATURE2_MMA), "Need MMA");
tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c
106
SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c
113
SKIP_IF_MSG(errno == EOPNOTSUPP, "operation not supported");
tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c
128
SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c
135
SKIP_IF_MSG(errno == EOPNOTSUPP, "operation not supported");
tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c
17
SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c
33
SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c
52
SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c
75
SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
tools/testing/selftests/powerpc/papr_vpd/papr_vpd.c
115
SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
tools/testing/selftests/powerpc/papr_vpd/papr_vpd.c
140
SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
tools/testing/selftests/powerpc/papr_vpd/papr_vpd.c
160
SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
tools/testing/selftests/powerpc/papr_vpd/papr_vpd.c
183
SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
tools/testing/selftests/powerpc/papr_vpd/papr_vpd.c
20
SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
tools/testing/selftests/powerpc/papr_vpd/papr_vpd.c
266
SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
tools/testing/selftests/powerpc/papr_vpd/papr_vpd.c
268
SKIP_IF_MSG(get_system_loc_code(&lc),
tools/testing/selftests/powerpc/papr_vpd/papr_vpd.c
36
SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
tools/testing/selftests/powerpc/papr_vpd/papr_vpd.c
74
SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
tools/testing/selftests/powerpc/ptrace/child.h
56
SKIP_IF_MSG(1, msg); \
tools/testing/selftests/powerpc/ptrace/core-pkey.c
326
SKIP_IF_MSG(err == -EPERM, "Try with root privileges");
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
887
SKIP_IF_MSG(!perf_breakpoint_supported(), "Perf breakpoints not supported");
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
606
SKIP_IF_MSG(dbginfo.num_data_bps == 0, "No data breakpoints present");
tools/testing/selftests/powerpc/ptrace/ptrace-perf-hwbreak.c
180
SKIP_IF_MSG(dbginfo.num_data_bps <= 1, "Not enough data watchpoints (need at least 2)");
tools/testing/selftests/powerpc/ptrace/ptrace-tar.c
82
SKIP_IF_MSG(!have_hwcap2(PPC_FEATURE2_ARCH_2_07), "TAR requires ISA 2.07 compatible hardware");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-gpr.c
115
SKIP_IF_MSG(!have_htm(), "Don't have transactional memory");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-gpr.c
116
SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-gpr.c
121
SKIP_IF_MSG(!have_htm(), "Don't have transactional memory");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-gpr.c
122
SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-tar.c
131
SKIP_IF_MSG(!have_htm(), "Don't have transactional memory");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-tar.c
132
SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-vsx.c
131
SKIP_IF_MSG(!have_htm(), "Don't have transactional memory");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-vsx.c
132
SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spr.c
116
SKIP_IF_MSG(!have_htm(), "Don't have transactional memory");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spr.c
117
SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-tar.c
119
SKIP_IF_MSG(!have_htm(), "Don't have transactional memory");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-tar.c
120
SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c
115
SKIP_IF_MSG(!have_htm(), "Don't have transactional memory");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c
116
SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic");
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c
64
SKIP_IF_MSG(!have_hwcap(PPC_FEATURE_HAS_VSX), "Don't have VSX");