Searched refs:_hypercall3 (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/ia64/include/asm/xen/ |
D | hypercall.h | 73 #define _hypercall3(type, name, a1, a2, a3) \ macro 150 return _hypercall3(int, console_io, cmd, count, str); in xencomm_arch_hypercall_console_io() 164 return _hypercall3(int, grant_table_op, cmd, uop, count); in xencomm_arch_hypercall_grant_table_op() 180 return _hypercall3(long, vcpu_op, cmd, cpu, arg); in xencomm_arch_hypercall_vcpu_op()
|
/linux-3.4.99/arch/x86/include/asm/xen/ |
D | hypercall.h | 173 #define _hypercall3(type, name, a1, a2, a3) \ macro 272 return _hypercall3(int, set_callbacks, in HYPERVISOR_set_callbacks() 348 return _hypercall3(int, update_va_mapping, va, in HYPERVISOR_update_va_mapping() 378 return _hypercall3(int, console_io, cmd, count, str); in HYPERVISOR_console_io() 398 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op() 423 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op() 445 return _hypercall3(int, sched_op, SCHEDOP_shutdown, &r, start_info_mfn); in HYPERVISOR_suspend()
|