Searched refs:_hypercall2 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/amd64/include/xen/ |
H A D | hypercalls.h | 69 #define _hypercall2(type, name, a1, a2) \ macro 147 return _hypercall2(int, set_gdt, frame_list, entries); in HYPERVISOR_set_gdt() 154 return _hypercall2(int, stack_switch, ss, esp); in HYPERVISOR_stack_switch() 177 return _hypercall2(int, sched_op_compat, cmd, arg); in HYPERVISOR_sched_op_compat() 184 return _hypercall2(int, sched_op, cmd, arg); in HYPERVISOR_sched_op() 206 return _hypercall2(int, set_debugreg, reg, value); in HYPERVISOR_set_debugreg() 220 return _hypercall2(int, update_descriptor, ma, word); in HYPERVISOR_update_descriptor() 227 return _hypercall2(int, memory_op, cmd, arg); in HYPERVISOR_memory_op() 234 return _hypercall2(int, multicall, call_list, nr_calls); in HYPERVISOR_multicall() 251 return _hypercall2(int, event_channel_op, op->cmd, &op->u); in HYPERVISOR_event_channel_op() [all …]
|