Searched refs:_hypercall1 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/amd64/include/xen/ |
H A D | hypercalls.h | 58 #define _hypercall1(type, name, a1) \ macro 126 return _hypercall1(int, set_trap_table, table); in HYPERVISOR_set_trap_table() 170 return _hypercall1(int, fpu_taskswitch, set); in HYPERVISOR_fpu_taskswitch() 191 return _hypercall1(long, set_timer_op, timeout); in HYPERVISOR_set_timer_op() 199 return _hypercall1(int, platform_op, platform_op); in HYPERVISOR_platform_op() 213 return _hypercall1(unsigned long, get_debugreg, reg); in HYPERVISOR_get_debugreg() 249 return _hypercall1(int, event_channel_op, op); in HYPERVISOR_event_channel_op() 443 return _hypercall1(int, dom0_op, dom0_op); in HYPERVISOR_dom0_op() 453 return _hypercall1(int, mca, mc); in HYPERVISOR_machine_check() 459 return _hypercall1(int, sysctl, sysctl); in HYPERVISOR_sysctl()
|