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

/freebsd-9.3-release/sys/amd64/include/xen/
H A Dhypercall.h73 #define _hypercall1(type, name, a1) \ macro
146 return _hypercall1(int, set_trap_table, table);
192 return _hypercall1(int, fpu_taskswitch, set);
213 return _hypercall1(long, set_timer_op, timeout);
221 return _hypercall1(int, platform_op, platform_op);
235 return _hypercall1(unsigned long, get_debugreg, reg);
277 rc = _hypercall1(int, event_channel_op_compat, &op);
310 rc = _hypercall1(int, physdev_op_compat, &op);
/freebsd-9.3-release/sys/i386/include/xen/
H A Dhypercall.h64 #define _hypercall1(type, name, a1) \ macro
130 return _hypercall1(int, set_trap_table, table);
175 return _hypercall1(int, fpu_taskswitch, set);
206 return _hypercall1(int, platform_op, platform_op);
220 return _hypercall1(unsigned long, get_debugreg, reg);
274 rc = _hypercall1(int, event_channel_op_compat, &op);
305 rc = _hypercall1(int, physdev_op_compat, &op);

Completed in 100 milliseconds