Searched refs:____GUEST_ASSERT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/include/ |
H A D | ucall_common.h | 67 #define ____GUEST_ASSERT(_condition, _exp, _fmt, _args...) \ macro 74 ____GUEST_ASSERT(_condition, #_condition, _fmt, ##_args) 87 ____GUEST_ASSERT(__a == __b, #a " == " #b, "%#lx != %#lx (%s != %s)", \ 95 ____GUEST_ASSERT(__a != __b, #a " != " #b, "%#lx == %#lx (%s == %s)", \
|