Searched refs:_hypercall3 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 189 #define _hypercall3(type, name, a1, a2, a3) \ macro 314 return _hypercall3(int, update_va_mapping, va, new_val.pte, flags); in HYPERVISOR_update_va_mapping() 448 return _hypercall3(int, console_io, cmd, count, str); in HYPERVISOR_console_io() 460 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op() 472 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op() 486 return _hypercall3(int, sched_op, SCHEDOP_shutdown, &r, start_info_mfn); in HYPERVISOR_suspend() 507 ret = _hypercall3(int, dm_op, dom, nr_bufs, bufs); in HYPERVISOR_dm_op()
|