Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/xen/
H A Dhypercall.h82 #define _hypercall2(type, name, a1, a2) \ macro
193 return _hypercall2(int, stack_switch, ss, esp); in HYPERVISOR_stack_switch()
223 return _hypercall2(int, sched_op, cmd, arg); in HYPERVISOR_sched_op()
266 return _hypercall2(int, memory_op, cmd, arg); in HYPERVISOR_memory_op()
306 return _hypercall2(int, xen_version, cmd, arg); in HYPERVISOR_xen_version()
320 int rc = _hypercall2(int, physdev_op, cmd, arg); in HYPERVISOR_physdev_op()
354 return _hypercall2(int, vm_assist, cmd, type); in HYPERVISOR_vm_assist()
396 return _hypercall2(int, nmi_op, op, arg); in HYPERVISOR_nmi_op()
413 return _hypercall2(int, callback_op, cmd, arg); in HYPERVISOR_callback_op()
420 return _hypercall2(int, xenoprof_op, op, arg); in HYPERVISOR_xenoprof_op()
[all …]
/f-stack/freebsd/i386/include/xen/
H A Dhypercall.h163 return _hypercall2(int, set_gdt, frame_list, entries); in HYPERVISOR_set_gdt()
170 return _hypercall2(int, stack_switch, ss, esp); in HYPERVISOR_stack_switch()
194 return _hypercall2(int, sched_op_compat, cmd, arg); in HYPERVISOR_sched_op_compat()
201 return _hypercall2(int, sched_op, cmd, arg); in HYPERVISOR_sched_op()
225 return _hypercall2(int, set_debugreg, reg, value); in HYPERVISOR_set_debugreg()
246 return _hypercall2(int, memory_op, cmd, arg); in HYPERVISOR_memory_op()
291 return _hypercall2(int, xen_version, cmd, arg); in HYPERVISOR_xen_version()
305 int rc = _hypercall2(int, physdev_op, cmd, arg); in HYPERVISOR_physdev_op()
342 return _hypercall2(int, vm_assist, cmd, type); in HYPERVISOR_vm_assist()
374 return _hypercall2(int, nmi_op, op, arg); in HYPERVISOR_nmi_op()
[all …]