_hypercall2
return _hypercall2(int, set_gdt, frame_list, entries);
return _hypercall2(int, stack_switch, ss, esp);
return _hypercall2(int, sched_op_compat, cmd, arg);
return _hypercall2(int, sched_op, cmd, arg);
return _hypercall2(int, set_debugreg, reg, value);
return _hypercall2(int, update_descriptor, ma, word);
return _hypercall2(int, memory_op, cmd, arg);
return _hypercall2(int, multicall, call_list, nr_calls);
return _hypercall2(int, event_channel_op, op->cmd, &op->u);
return _hypercall2(int, acm_op, cmd, arg);
return _hypercall2(int, xen_version, cmd, arg);
return _hypercall2(int, physdev_op, cmd, op);
return _hypercall2(int, vm_assist, cmd, type);
return _hypercall2(int, set_segment_base, reg, value);
return _hypercall2(int, sched_op, SCHEDOP_yield, 0);
return _hypercall2(int, sched_op, SCHEDOP_block, 0);
return _hypercall2(int, sched_op, SCHEDOP_shutdown,
return _hypercall2(int, sched_op, SCHEDOP_shutdown, SHUTDOWN_poweroff);
return _hypercall2(int, sched_op, SCHEDOP_shutdown,
return _hypercall2(int, sched_op, SCHEDOP_shutdown, SHUTDOWN_crash);
return _hypercall2(int, sched_op, SCHEDOP_shutdown,
return _hypercall2(int, sched_op, SCHEDOP_shutdown, SHUTDOWN_reboot);
return _hypercall2(int, nmi_op, op, arg);
return _hypercall2(long, hvm_op, op, arg);
return _hypercall2(int, callback_op, cmd, arg);
return _hypercall2(int, xenoprof_op, op, arg);
return _hypercall2(int, kexec_op, op, args);