Searched refs:_hypercall2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 167 #define _hypercall2(type, name, a1, a2) \ macro 281 return _hypercall2(int, callback_op, cmd, arg); in HYPERVISOR_callback_op() 287 return _hypercall2(int, set_debugreg, reg, value); in HYPERVISOR_set_debugreg() 299 return _hypercall2(int, update_descriptor, ma, desc); in HYPERVISOR_update_descriptor() 388 return _hypercall2(int, sched_op, cmd, arg); in HYPERVISOR_sched_op() 416 return _hypercall2(long, memory_op, cmd, arg); in HYPERVISOR_memory_op() 428 return _hypercall2(int, event_channel_op, cmd, arg); in HYPERVISOR_event_channel_op() 434 return _hypercall2(int, xen_version, cmd, arg); in HYPERVISOR_xen_version() 446 return _hypercall2(int, physdev_op, cmd, arg); in HYPERVISOR_physdev_op() 458 return _hypercall2(int, vm_assist, cmd, type); in HYPERVISOR_vm_assist() [all …]
|