Searched refs:ucall_assert (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/tools/testing/selftests/kvm/include/ |
D | ucall_common.h | 38 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/ |
D | ucall_common.c | 78 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/ |
D | processor.c | 1090 ucall_assert(UCALL_UNHANDLED, in route_exception()
|