Searched refs:_hypercall2 (Results 1 – 2 of 2) sorted by relevance
/arch/ia64/include/asm/xen/ |
D | hypercall.h | 64 #define _hypercall2(type, name, a1, a2) \ macro 110 return _hypercall2(int, sched_op_new, cmd, arg); in xencomm_arch_hypercall_sched_op() 118 return _hypercall2(long, set_timer_op, timeout_lo, timeout_hi); in HYPERVISOR_set_timer_op() 125 return _hypercall2(int, multicall, call_list, nr_calls); in xencomm_arch_hypercall_multicall() 131 return _hypercall2(int, memory_op, cmd, arg); in xencomm_arch_hypercall_memory_op() 137 return _hypercall2(int, event_channel_op, cmd, arg); in xencomm_arch_hypercall_event_channel_op() 143 return _hypercall2(int, xen_version, cmd, arg); in xencomm_arch_hypercall_xen_version() 156 return _hypercall2(int, physdev_op, cmd, arg); in xencomm_arch_hypercall_physdev_op() 174 return _hypercall2(int, callback_op, cmd, arg); in xencomm_arch_hypercall_callback_op()
|
/arch/x86/include/asm/xen/ |
D | hypercall.h | 159 #define _hypercall2(type, name, a1, a2) \ macro 226 return _hypercall2(int, set_gdt, frame_list, entries); in HYPERVISOR_set_gdt() 232 return _hypercall2(int, stack_switch, ss, esp); in HYPERVISOR_stack_switch() 261 return _hypercall2(int, callback_op, cmd, arg); in HYPERVISOR_callback_op() 273 return _hypercall2(int, sched_op_new, cmd, arg); in HYPERVISOR_sched_op() 281 return _hypercall2(long, set_timer_op, timeout_lo, timeout_hi); in HYPERVISOR_set_timer_op() 287 return _hypercall2(int, set_debugreg, reg, value); in HYPERVISOR_set_debugreg() 305 return _hypercall2(int, memory_op, cmd, arg); in HYPERVISOR_memory_op() 311 return _hypercall2(int, multicall, call_list, nr_calls); in HYPERVISOR_multicall() 329 int rc = _hypercall2(int, event_channel_op, cmd, arg); in HYPERVISOR_event_channel_op() [all …]
|