Searched defs:ucall (Results 1 – 2 of 2) sorted by relevance
23 struct ucall { struct29 struct ucall *hva; argument70 #define REPORT_GUEST_PRINTF(ucall) pr_info("%s", (ucall).buffer) argument111 #define REPORT_GUEST_ASSERT(ucall) \ argument
121 void ucall(uint64_t cmd, int nargs, ...) in ucall() function145 struct ucall ucall; in get_ucall() local