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

/freebsd-9.3-release/sys/amd64/include/xen/
H A Dhypercall.h97 #define _hypercall3(type, name, a1, a2, a3) \ macro
184 return _hypercall3(int, set_callbacks,
263 return _hypercall3(int, update_va_mapping, va, new_val, flags);
296 return _hypercall3(int, console_io, cmd, count, str);
322 return _hypercall3(int, grant_table_op, cmd, uop, count);
344 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args);
362 int rc = _hypercall3(int, sched_op, SCHEDOP_shutdown,
367 rc = _hypercall3(int, sched_op_compat, SCHEDOP_shutdown,
/freebsd-9.3-release/sys/i386/include/xen/
H A Dhypercall.h86 #define _hypercall3(type, name, a1, a2, a3) \ macro
292 return _hypercall3(int, console_io, cmd, count, str);
316 return _hypercall3(int, grant_table_op, cmd, uop, count);
343 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args);
353 int rc = _hypercall3(int, sched_op, SCHEDOP_shutdown,
357 rc = _hypercall3(int, sched_op_compat, SCHEDOP_shutdown,

Completed in 47 milliseconds