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

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

Completed in 103 milliseconds