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