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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlguest.h53 u8 hcall_status[LHCALL_RING_SIZE];
55 struct hcall_args hcalls[LHCALL_RING_SIZE];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dlguest_hcall.h68 #define LHCALL_RING_SIZE 64 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dhypercalls.c142 u8 st[LHCALL_RING_SIZE];
166 if (++cpu->next_hcall == LHCALL_RING_SIZE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lguest/
H A Dboot.c82 .hcall_status = { [0 ... LHCALL_RING_SIZE-1] = 0xFF },
128 if (++next_call == LHCALL_RING_SIZE)

Completed in 80 milliseconds