Home
last modified time | relevance | path

Searched refs:_hypercall3 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/amd64/include/xen/
H A Dhypercall.h94 #define _hypercall3(type, name, a1, a2, a3) \ macro
201 return _hypercall3(int, set_callbacks, in HYPERVISOR_set_callbacks()
280 return _hypercall3(int, update_va_mapping, va, new_val, flags); in HYPERVISOR_update_va_mapping()
313 return _hypercall3(int, console_io, cmd, count, str); in HYPERVISOR_console_io()
339 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op()
361 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op()
379 int rc = _hypercall3(int, sched_op, SCHEDOP_shutdown, in HYPERVISOR_suspend()
384 rc = _hypercall3(int, sched_op_compat, SCHEDOP_shutdown, in HYPERVISOR_suspend()
434 return _hypercall3(int, dm_op, domid, nr_bufs, bufs); in HYPERVISOR_dm_op()
/f-stack/freebsd/i386/include/xen/
H A Dhypercall.h80 #define _hypercall3(type, name, a1, a2, a3) \ macro
298 return _hypercall3(int, console_io, cmd, count, str); in HYPERVISOR_console_io()
322 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op()
349 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op()
359 int rc = _hypercall3(int, sched_op, SCHEDOP_shutdown, in HYPERVISOR_suspend()
363 rc = _hypercall3(int, sched_op_compat, SCHEDOP_shutdown, in HYPERVISOR_suspend()
412 return _hypercall3(int, dm_op, domid, nr_bufs, bufs); in HYPERVISOR_dm_op()