Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/include/
Ducall_common.h38 __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/
Ducall_common.c82 void ucall_assert(uint64_t cmd, const char *exp, const char *file, in ucall_assert() function