Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/include/
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", \
/Linux-v6.6/tools/testing/selftests/kvm/lib/
Ducall_common.c78 void ucall_assert(uint64_t cmd, const char *exp, const char *file, in ucall_assert() function
/Linux-v6.6/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c1090 ucall_assert(UCALL_UNHANDLED, in route_exception()