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

/freebsd-12-stable/sys/amd64/include/xen/
H A Dhypercall.h82 #define _hypercall2(type, name, a1, a2) \ macro
186 return _hypercall2(int, set_gdt, frame_list, entries);
193 return _hypercall2(int, stack_switch, ss, esp);
216 return _hypercall2(int, sched_op_compat, cmd, arg);
223 return _hypercall2(int, sched_op, cmd, arg);
245 return _hypercall2(int, set_debugreg, reg, value);
259 return _hypercall2(int, update_descriptor, ma, word);
266 return _hypercall2(int, memory_op, cmd, arg);
273 return _hypercall2(int, multicall, call_list, nr_calls);
287 int rc = _hypercall2(in
[all...]
/freebsd-12-stable/sys/i386/include/xen/
H A Dhypercall.h69 #define _hypercall2(type, name, a1, a2) \ macro
163 return _hypercall2(int, set_gdt, frame_list, entries);
170 return _hypercall2(int, stack_switch, ss, esp);
194 return _hypercall2(int, sched_op_compat, cmd, arg);
201 return _hypercall2(int, sched_op, cmd, arg);
210 return _hypercall2(long, set_timer_op, timeout_lo, timeout_hi);
225 return _hypercall2(int, set_debugreg, reg, value);
246 return _hypercall2(int, memory_op, cmd, arg);
253 return _hypercall2(int, multicall, call_list, nr_calls);
273 int rc = _hypercall2(in
[all...]

Completed in 92 milliseconds