Searched refs:ucall_assert (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/testing/selftests/kvm/include/ |
D | ucall_common.h | 38 __printf(5, 6) void ucall_assert(uint64_t cmd, const char *exp, 82 ucall_assert(UCALL_ABORT, _exp, __FILE__, __LINE__, _fmt, ##_args); \ 92 ucall_assert(UCALL_ABORT, "Unconditional guest failure", \
|
/linux-6.12.1/tools/testing/selftests/kvm/lib/ |
D | ucall_common.c | 82 void ucall_assert(uint64_t cmd, const char *exp, const char *file, in ucall_assert() function
|