Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/xen/
H A Dhypercall.h70 #define _hypercall1(type, name, a1) \ macro
163 return _hypercall1(int, set_trap_table, table); in HYPERVISOR_set_trap_table()
209 return _hypercall1(int, fpu_taskswitch, set); in HYPERVISOR_fpu_taskswitch()
230 return _hypercall1(long, set_timer_op, timeout); in HYPERVISOR_set_timer_op()
238 return _hypercall1(int, platform_op, platform_op); in HYPERVISOR_platform_op()
252 return _hypercall1(unsigned long, get_debugreg, reg); in HYPERVISOR_get_debugreg()
294 rc = _hypercall1(int, event_channel_op_compat, &op); in HYPERVISOR_event_channel_op()
327 rc = _hypercall1(int, physdev_op_compat, &op); in HYPERVISOR_physdev_op()
/f-stack/freebsd/i386/include/xen/
H A Dhypercall.h58 #define _hypercall1(type, name, a1) \ macro
142 return _hypercall1(int, set_trap_table, table); in HYPERVISOR_set_trap_table()
187 return _hypercall1(int, fpu_taskswitch, set); in HYPERVISOR_fpu_taskswitch()
218 return _hypercall1(int, platform_op, platform_op); in HYPERVISOR_platform_op()
232 return _hypercall1(unsigned long, get_debugreg, reg); in HYPERVISOR_get_debugreg()
280 rc = _hypercall1(int, event_channel_op_compat, &op); in HYPERVISOR_event_channel_op()
311 rc = _hypercall1(int, physdev_op_compat, &op); in HYPERVISOR_physdev_op()