Searched refs:SKIP_IF_MSG (Results 1 – 3 of 3) sorted by relevance
26 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()
111 #define SKIP_IF_MSG(x, msg) \ macro
355 SKIP_IF_MSG(!f, "Try with root privileges"); in write_core_pattern()