Home
last modified time | relevance | path

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

/drivers/lguest/
Dhypercalls.c153 unsigned int n = cpu->next_hcall; in do_async_hcalls()
163 if (++cpu->next_hcall == LHCALL_RING_SIZE) in do_async_hcalls()
164 cpu->next_hcall = 0; in do_async_hcalls()
Dlg.h70 u32 next_hcall; member