Home | History | Annotate | Download | only in xen

Lines Matching refs:_hypercall2

68 #define _hypercall2(type, name, a1, a2)					\
146 return _hypercall2(int, set_gdt, frame_list, entries);
152 return _hypercall2(int, stack_switch, ss, esp);
175 return _hypercall2(int, sched_op, cmd, arg);
183 return _hypercall2(long, set_timer_op, timeout_lo, timeout_hi);
189 return _hypercall2(int, set_debugreg, reg, value);
207 return _hypercall2(int, memory_op, cmd, arg);
213 return _hypercall2(int, multicall, call_list, nr_calls);
231 int rc = _hypercall2(int, event_channel_op, cmd, arg);
245 return _hypercall2(int, xen_version, cmd, arg);
257 int rc = _hypercall2(int, physdev_op, cmd, arg);
289 return _hypercall2(int, vm_assist, cmd, type);
308 return _hypercall2(int, nmi_op, op, arg);