Home
last modified time | relevance | path

Searched refs:LHCALL_RING_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dlguest.h53 u8 hcall_status[LHCALL_RING_SIZE];
55 struct hcall_args hcalls[LHCALL_RING_SIZE];
/linux-4.4.14/drivers/lguest/
Dhypercalls.c139 u8 st[LHCALL_RING_SIZE]; in do_async_hcalls()
163 if (++cpu->next_hcall == LHCALL_RING_SIZE) in do_async_hcalls()
/linux-4.4.14/arch/x86/include/asm/
Dlguest_hcall.h68 #define LHCALL_RING_SIZE 64 macro
/linux-4.4.14/arch/x86/lguest/
Dboot.c89 .hcall_status = { [0 ... LHCALL_RING_SIZE-1] = 0xFF },
134 if (++next_call == LHCALL_RING_SIZE) in async_hcall()