Searched defs:do_hypercall (Results 1 - 2 of 2) sorted by relevance

/drivers/hv/
H A Dhv.c86 * do_hypercall- Invoke the specified hypercall
88 static u64 do_hypercall(u64 control, void *input, void *output) function
238 status = do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL)
256 status = (do_hypercall(HVCALL_SIGNAL_EVENT, con_id, NULL) & 0xFFFF);
/drivers/xen/events/
H A Devents_2l.c89 int do_hypercall = 0, evtchn_pending = 0; local
94 do_hypercall = 1;
109 do_hypercall = 1;
116 if (do_hypercall) {

Completed in 104 milliseconds