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

/linux-master/arch/x86/include/asm/xen/
H A Dhypercall.h167 #define _hypercall2(type, name, a1, a2) \ macro
275 return _hypercall2(int, set_gdt, frame_list, entries);
281 return _hypercall2(int, callback_op, cmd, arg);
287 return _hypercall2(int, set_debugreg, reg, value);
299 return _hypercall2(int, update_descriptor, ma, desc);
312 return _hypercall2(int, set_segment_base, reg, value);
388 return _hypercall2(int, sched_op, cmd, arg);
396 return _hypercall2(long, set_timer_op, timeout_lo, timeout_hi);
416 return _hypercall2(long, memory_op, cmd, arg);
422 return _hypercall2(in
[all...]

Completed in 91 milliseconds