Symbol: _hypercall2
sys/amd64/include/xen/hypercall.h
187
return _hypercall2(int, set_gdt, frame_list, entries);
sys/amd64/include/xen/hypercall.h
194
return _hypercall2(int, stack_switch, ss, esp);
sys/amd64/include/xen/hypercall.h
217
return _hypercall2(int, sched_op, cmd, arg);
sys/amd64/include/xen/hypercall.h
239
return _hypercall2(int, set_debugreg, reg, value);
sys/amd64/include/xen/hypercall.h
253
return _hypercall2(int, update_descriptor, ma, word);
sys/amd64/include/xen/hypercall.h
260
return _hypercall2(int, memory_op, cmd, arg);
sys/amd64/include/xen/hypercall.h
267
return _hypercall2(int, multicall, call_list, nr_calls);
sys/amd64/include/xen/hypercall.h
281
return _hypercall2(int, event_channel_op, cmd, arg);
sys/amd64/include/xen/hypercall.h
288
return _hypercall2(int, xen_version, cmd, arg);
sys/amd64/include/xen/hypercall.h
302
return _hypercall2(int, physdev_op, cmd, arg);
sys/amd64/include/xen/hypercall.h
324
return _hypercall2(int, vm_assist, cmd, type);
sys/amd64/include/xen/hypercall.h
338
return _hypercall2(int, set_segment_base, reg, value);
sys/amd64/include/xen/hypercall.h
357
return _hypercall2(unsigned long, hvm_op, op, arg);
sys/amd64/include/xen/hypercall.h
364
return _hypercall2(int, callback_op, cmd, arg);
sys/amd64/include/xen/hypercall.h
371
return _hypercall2(int, xenoprof_op, op, arg);
sys/amd64/include/xen/hypercall.h
378
return _hypercall2(int, kexec_op, op, args);
sys/i386/include/xen/hypercall.h
166
return _hypercall2(int, set_gdt, frame_list, entries);
sys/i386/include/xen/hypercall.h
173
return _hypercall2(int, stack_switch, ss, esp);
sys/i386/include/xen/hypercall.h
197
return _hypercall2(int, sched_op, cmd, arg);
sys/i386/include/xen/hypercall.h
206
return _hypercall2(long, set_timer_op, timeout_lo, timeout_hi);
sys/i386/include/xen/hypercall.h
221
return _hypercall2(int, set_debugreg, reg, value);
sys/i386/include/xen/hypercall.h
242
return _hypercall2(int, memory_op, cmd, arg);
sys/i386/include/xen/hypercall.h
249
return _hypercall2(int, multicall, call_list, nr_calls);
sys/i386/include/xen/hypercall.h
269
return _hypercall2(int, event_channel_op, cmd, arg);
sys/i386/include/xen/hypercall.h
276
return _hypercall2(int, xen_version, cmd, arg);
sys/i386/include/xen/hypercall.h
290
return _hypercall2(int, physdev_op, cmd, arg);
sys/i386/include/xen/hypercall.h
317
return _hypercall2(int, vm_assist, cmd, type);
sys/i386/include/xen/hypercall.h
343
return _hypercall2(int, callback_op, cmd, arg);
sys/i386/include/xen/hypercall.h
350
return _hypercall2(unsigned long, hvm_op, op, arg);
sys/i386/include/xen/hypercall.h
357
return _hypercall2(int, xenoprof_op, op, arg);
sys/i386/include/xen/hypercall.h
364
return _hypercall2(int, kexec_op, op, args);