HomeSort by: relevance | last modified time | path
    Searched defs:_hypercall3 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amd64/include/xen/
hypercalls.h 80 #define _hypercall3(type, name, a1, a2, a3) \ macro
162 return _hypercall3(int, set_callbacks,
241 return _hypercall3(int, update_va_mapping, va, new_val, flags);
273 return _hypercall3(int, console_io, cmd, count, str);
286 return _hypercall3(int, grant_table_op, cmd, uop, count);
309 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args);
329 return _hypercall3(int, sched_op, SCHEDOP_shutdown,
332 return _hypercall3(int, sched_op, SCHEDOP_shutdown,
hypercalls.h 80 #define _hypercall3(type, name, a1, a2, a3) \ macro
162 return _hypercall3(int, set_callbacks,
241 return _hypercall3(int, update_va_mapping, va, new_val, flags);
273 return _hypercall3(int, console_io, cmd, count, str);
286 return _hypercall3(int, grant_table_op, cmd, uop, count);
309 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args);
329 return _hypercall3(int, sched_op, SCHEDOP_shutdown,
332 return _hypercall3(int, sched_op, SCHEDOP_shutdown,

Completed in 23 milliseconds