Searched refs:LHCALL_RING_SIZE (Results 1 – 4 of 4) sorted by relevance
53 u8 hcall_status[LHCALL_RING_SIZE];55 struct hcall_args hcalls[LHCALL_RING_SIZE];
139 u8 st[LHCALL_RING_SIZE]; in do_async_hcalls()163 if (++cpu->next_hcall == LHCALL_RING_SIZE) in do_async_hcalls()
68 #define LHCALL_RING_SIZE 64 macro
89 .hcall_status = { [0 ... LHCALL_RING_SIZE-1] = 0xFF },134 if (++next_call == LHCALL_RING_SIZE) in async_hcall()