Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/powerpc/math/
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()
/linux-5.19.10/tools/testing/selftests/powerpc/include/
Dutils.h111 #define SKIP_IF_MSG(x, msg) \ macro
/linux-5.19.10/tools/testing/selftests/powerpc/ptrace/
Dcore-pkey.c355 SKIP_IF_MSG(!f, "Try with root privileges"); in write_core_pattern()