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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/xen/
H A Dhypercall.h73 #define _hypercall3(type, name, a1, a2, a3) \ macro
150 return _hypercall3(int, console_io, cmd, count, str);
164 return _hypercall3(int, grant_table_op, cmd, uop, count);
180 return _hypercall3(long, vcpu_op, cmd, cpu, arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/xen/
H A Dhypercall.h139 #define _hypercall3(type, name, a1, a2, a3) \ macro
221 return _hypercall3(int, set_callbacks,
290 return _hypercall3(int, update_va_mapping, va,
320 return _hypercall3(int, console_io, cmd, count, str);
340 return _hypercall3(int, grant_table_op, cmd, uop, count);
365 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args);
379 return _hypercall3(int, sched_op, SCHEDOP_shutdown,

Completed in 135 milliseconds