_hypercall3       348 arch/x86/include/asm/xen/hypercall.h 		return _hypercall3(int, update_va_mapping, va,
_hypercall3       370 arch/x86/include/asm/xen/hypercall.h 	return _hypercall3(int, console_io, cmd, count, str);
_hypercall3       382 arch/x86/include/asm/xen/hypercall.h 	return _hypercall3(int, grant_table_op, cmd, uop, count);
_hypercall3       394 arch/x86/include/asm/xen/hypercall.h 	return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args);
_hypercall3       416 arch/x86/include/asm/xen/hypercall.h 	return _hypercall3(int, sched_op, SCHEDOP_shutdown, &r, start_info_mfn);
_hypercall3       444 arch/x86/include/asm/xen/hypercall.h 	ret = _hypercall3(int, dm_op, dom, nr_bufs, bufs);