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

/freebsd-10.2-release/sys/amd64/include/xen/
H A Dhypercall.h87 #define _hypercall2(type, name, a1, a2) \ macro
171 return _hypercall2(int, set_gdt, frame_list, entries);
178 return _hypercall2(int, stack_switch, ss, esp);
201 return _hypercall2(int, sched_op_compat, cmd, arg);
208 return _hypercall2(int, sched_op, cmd, arg);
230 return _hypercall2(int, set_debugreg, reg, value);
244 return _hypercall2(int, update_descriptor, ma, word);
251 return _hypercall2(int, memory_op, cmd, arg);
258 return _hypercall2(int, multicall, call_list, nr_calls);
272 int rc = _hypercall2(in
[all...]
/freebsd-10.2-release/sys/i386/include/xen/
H A Dhypercall.h75 #define _hypercall2(type, name, a1, a2) \ macro
151 return _hypercall2(int, set_gdt, frame_list, entries);
158 return _hypercall2(int, stack_switch, ss, esp);
182 return _hypercall2(int, sched_op_compat, cmd, arg);
189 return _hypercall2(int, sched_op, cmd, arg);
198 return _hypercall2(long, set_timer_op, timeout_lo, timeout_hi);
213 return _hypercall2(int, set_debugreg, reg, value);
234 return _hypercall2(int, memory_op, cmd, arg);
247 return _hypercall2(int, multicall, call_list, nr_calls);
267 int rc = _hypercall2(in
[all...]

Completed in 59 milliseconds