Searched refs:____GUEST_ASSERT (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/testing/selftests/kvm/include/ |
D | ucall_common.h | 79 #define ____GUEST_ASSERT(_condition, _exp, _fmt, _args...) \ macro 86 ____GUEST_ASSERT(_condition, #_condition, _fmt, ##_args) 99 ____GUEST_ASSERT(__a == __b, #a " == " #b, "%#lx != %#lx (%s != %s)", \ 107 ____GUEST_ASSERT(__a != __b, #a " != " #b, "%#lx == %#lx (%s == %s)", \
|