Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h38 void ucall_assert(uint64_t cmd, const char *exp, const char *file,
70 ucall_assert(UCALL_ABORT, _exp, __FILE__, __LINE__, _fmt, ##_args); \
80 ucall_assert(UCALL_ABORT, "Unconditional guest failure", \
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Ducall_common.c78 void ucall_assert(uint64_t cmd, const char *exp, const char *file, in ucall_assert() function
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c1090 ucall_assert(UCALL_UNHANDLED, in route_exception()