Home
last modified time | relevance | path

Searched refs:SKIP_IF_MSG (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dmma.c26 SKIP_IF_MSG(!have_hwcap2(PPC_FEATURE2_ARCH_3_1), "Need ISAv3.1"); in mma()
27 SKIP_IF_MSG(!have_hwcap2(PPC_FEATURE2_MMA), "Need MMA"); in mma()
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tm-gpr.c115 SKIP_IF_MSG(!have_htm(), "Don't have transactional memory"); in ptrace_tm_gpr()
116 SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic"); in ptrace_tm_gpr()
H A Dptrace-tm-spd-tar.c131 SKIP_IF_MSG(!have_htm(), "Don't have transactional memory"); in ptrace_tm_spd_tar()
132 SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic"); in ptrace_tm_spd_tar()
H A Dptrace-tm-tar.c119 SKIP_IF_MSG(!have_htm(), "Don't have transactional memory"); in ptrace_tm_tar()
120 SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic"); in ptrace_tm_tar()
H A Dptrace-tm-spd-gpr.c121 SKIP_IF_MSG(!have_htm(), "Don't have transactional memory"); in ptrace_tm_spd_gpr()
122 SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic"); in ptrace_tm_spd_gpr()
H A Dptrace-tm-spr.c116 SKIP_IF_MSG(!have_htm(), "Don't have transactional memory"); in ptrace_tm_spr()
117 SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic"); in ptrace_tm_spr()
H A Dptrace-tm-spd-vsx.c131 SKIP_IF_MSG(!have_htm(), "Don't have transactional memory"); in ptrace_tm_spd_vsx()
132 SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic"); in ptrace_tm_spd_vsx()
H A Dptrace-tm-vsx.c115 SKIP_IF_MSG(!have_htm(), "Don't have transactional memory"); in ptrace_tm_vsx()
116 SKIP_IF_MSG(htm_is_synthetic(), "Transactional memory is synthetic"); in ptrace_tm_vsx()
H A Dchild.h56 SKIP_IF_MSG(1, msg); \
H A Dptrace-vsx.c64 SKIP_IF_MSG(!have_hwcap(PPC_FEATURE_HAS_VSX), "Don't have VSX"); in ptrace_vsx()
H A Dptrace-tar.c82 SKIP_IF_MSG(!have_hwcap2(PPC_FEATURE2_ARCH_2_07), "TAR requires ISA 2.07 compatible hardware"); in ptrace_tar()
H A Dptrace-perf-hwbreak.c180 SKIP_IF_MSG(dbginfo.num_data_bps <= 1, "Not enough data watchpoints (need at least 2)"); in check_watchpoints()
H A Dcore-pkey.c355 SKIP_IF_MSG(err == -EPERM, "Try with root privileges"); in write_core_pattern()
H A Dptrace-hwbreak.c606 SKIP_IF_MSG(dbginfo.num_data_bps == 0, "No data breakpoints present"); in ptrace_hwbreak()
H A Dperf-hwbreak.c887 SKIP_IF_MSG(!perf_breakpoint_supported(), "Perf breakpoints not supported"); in perf_hwbreak()
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c23 SKIP_IF_MSG(!dexcr_exists(), "DEXCR not supported"); in require_nphie()
24 SKIP_IF_MSG(!(get_dexcr(EFFECTIVE) & DEXCR_PR_NPHIE), in require_nphie()
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h169 #define SKIP_IF_MSG(x, msg) \ macro