Home
last modified time | relevance | path

Searched defs:ucall (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h23 struct ucall { struct
29 struct ucall *hva; argument
58 #define REPORT_GUEST_PRINTF(ucall) pr_info("%s", (ucall).buffer) argument
99 #define REPORT_GUEST_ASSERT(ucall) \ argument
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Ducall_common.c117 void ucall(uint64_t cmd, int nargs, ...) in ucall() function
141 struct ucall ucall; in get_ucall() local