Lines Matching defs:_hypercall2
69 #define _hypercall2(type, name, a1, a2) \
147 return _hypercall2(int, set_gdt, frame_list, entries);
154 return _hypercall2(int, stack_switch, ss, esp);
177 return _hypercall2(int, sched_op_compat, cmd, arg);
184 return _hypercall2(int, sched_op, cmd, arg);
206 return _hypercall2(int, set_debugreg, reg, value);
220 return _hypercall2(int, update_descriptor, ma, word);
227 return _hypercall2(int, memory_op, cmd, arg);
234 return _hypercall2(int, multicall, call_list, nr_calls);
251 return _hypercall2(int, event_channel_op, op->cmd, &op->u);
259 return _hypercall2(int, acm_op, cmd, arg);
266 return _hypercall2(int, xen_version, cmd, arg);
279 return _hypercall2(int, physdev_op, cmd, op);
302 return _hypercall2(int, vm_assist, cmd, type);
316 return _hypercall2(int, set_segment_base, reg, value);
341 return _hypercall2(int, sched_op, SCHEDOP_yield, 0);
348 return _hypercall2(int, sched_op, SCHEDOP_block, 0);
361 return _hypercall2(int, sched_op, SCHEDOP_shutdown,
364 - return _hypercall2(int, sched_op, SCHEDOP_shutdown, SHUTDOWN_poweroff);
378 return _hypercall2(int, sched_op, SCHEDOP_shutdown,
381 return _hypercall2(int, sched_op, SCHEDOP_shutdown, SHUTDOWN_crash);
395 return _hypercall2(int, sched_op, SCHEDOP_shutdown,
398 return _hypercall2(int, sched_op, SCHEDOP_shutdown, SHUTDOWN_reboot);
406 return _hypercall2(int, nmi_op, op, arg);
413 return _hypercall2(long, hvm_op, op, arg);
420 return _hypercall2(int, callback_op, cmd, arg);
427 return _hypercall2(int, xenoprof_op, op, arg);
434 return _hypercall2(int, kexec_op, op, args);