Home
last modified time | relevance | path

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

/drivers/lguest/
Dhypercalls.c156 unsigned int n = cpu->next_hcall; in do_async_hcalls()
166 if (++cpu->next_hcall == LHCALL_RING_SIZE) in do_async_hcalls()
167 cpu->next_hcall = 0; in do_async_hcalls()
Dlg.h68 u32 next_hcall; member