Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h61 GUEST_ERROR_STRING, enumerator
100 test_assert(false, (const char *)(ucall).args[GUEST_ERROR_STRING], \
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Ducall_common.c87 WRITE_ONCE(uc->args[GUEST_ERROR_STRING], (uint64_t)(exp)); in ucall_assert()