Searched refs:SKIP_IF_MSG (Results 1 - 19 of 19) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/math/
H A Dmma.c26 SKIP_IF_MSG(!have_hwcap2(PPC_FEATURE2_ARCH_3_1), "Need ISAv3.1");
27 SKIP_IF_MSG(!have_hwcap2(PPC_FEATURE2_MMA), "Need MMA");
/linux-master/tools/testing/selftests/powerpc/papr_sysparm/
H A Dpapr_sysparm.c17 SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
33 SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
52 SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
75 SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
106 SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
113 SKIP_IF_MSG(errno == EOPNOTSUPP, "operation not supported");
128 SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
135 SKIP_IF_MSG(errno == EOPNOTSUPP, "operation not supported");
/linux-master/tools/testing/selftests/powerpc/papr_vpd/
H A Dpapr_vpd.c20 SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
36 SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
74 SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
115 SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
140 SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
160 SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
183 SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
266 SKIP_IF_MSG(devfd < 0 && errno == ENOENT,
268 SKIP_IF_MSG(get_system_loc_code(&lc),
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tm-spd-gpr.c121 SKIP_IF_MSG(!have_htm(), "Don't have transactional memory");
122 SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic");
H A Dptrace-tm-gpr.c115 SKIP_IF_MSG(!have_htm(), "Don't have transactional memory");
116 SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic");
H A Dptrace-tm-spd-vsx.c131 SKIP_IF_MSG(!have_htm(), "Don't have transactional memory");
132 SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic");
H A Dptrace-tm-vsx.c115 SKIP_IF_MSG(!have_htm(), "Don't have transactional memory");
116 SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic");
H A Dptrace-tm-spd-tar.c131 SKIP_IF_MSG(!have_htm(), "Don't have transactional memory");
132 SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic");
H A Dptrace-tm-tar.c119 SKIP_IF_MSG(!have_htm(), "Don't have transactional memory");
120 SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic");
H A Dptrace-tm-spr.c116 SKIP_IF_MSG(!have_htm(), "Don't have transactional memory");
117 SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic");
H A Dchild.h56 SKIP_IF_MSG(1, msg); \
H A Dptrace-tar.c82 SKIP_IF_MSG(!have_hwcap2(PPC_FEATURE2_ARCH_2_07), "TAR requires ISA 2.07 compatible hardware");
H A Dptrace-vsx.c64 SKIP_IF_MSG(!have_hwcap(PPC_FEATURE_HAS_VSX), "Don't have VSX");
H A Dcore-pkey.c355 SKIP_IF_MSG(err == -EPERM, "Try with root privileges");
H A Dptrace-perf-hwbreak.c180 SKIP_IF_MSG(dbginfo.num_data_bps <= 1, "Not enough data watchpoints (need at least 2)");
H A Dptrace-hwbreak.c606 SKIP_IF_MSG(dbginfo.num_data_bps == 0, "No data breakpoints present");
H A Dperf-hwbreak.c887 SKIP_IF_MSG(!perf_breakpoint_supported(), "Perf breakpoints not supported");
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c23 SKIP_IF_MSG(!dexcr_exists(), "DEXCR not supported");
24 SKIP_IF_MSG(!(get_dexcr(EFFECTIVE) & DEXCR_PR_NPHIE),
/linux-master/tools/testing/selftests/powerpc/include/
H A Dutils.h169 #define SKIP_IF_MSG(x, msg) \ macro

Completed in 129 milliseconds