Lines Matching refs:cmd

278 HYPERVISOR_callback_op(int cmd, void *arg)  in HYPERVISOR_callback_op()  argument
280 return _hypercall2(int, callback_op, cmd, arg); in HYPERVISOR_callback_op()
284 HYPERVISOR_sched_op(int cmd, void *arg) in HYPERVISOR_sched_op() argument
286 return _hypercall2(int, sched_op, cmd, arg); in HYPERVISOR_sched_op()
332 HYPERVISOR_memory_op(unsigned int cmd, void *arg) in HYPERVISOR_memory_op() argument
334 return _hypercall2(long, memory_op, cmd, arg); in HYPERVISOR_memory_op()
356 HYPERVISOR_event_channel_op(int cmd, void *arg) in HYPERVISOR_event_channel_op() argument
358 return _hypercall2(int, event_channel_op, cmd, arg); in HYPERVISOR_event_channel_op()
362 HYPERVISOR_xen_version(int cmd, void *arg) in HYPERVISOR_xen_version() argument
364 return _hypercall2(int, xen_version, cmd, arg); in HYPERVISOR_xen_version()
368 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io() argument
370 return _hypercall3(int, console_io, cmd, count, str); in HYPERVISOR_console_io()
374 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op() argument
376 return _hypercall2(int, physdev_op, cmd, arg); in HYPERVISOR_physdev_op()
380 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() argument
382 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op()
386 HYPERVISOR_vm_assist(unsigned int cmd, unsigned int type) in HYPERVISOR_vm_assist() argument
388 return _hypercall2(int, vm_assist, cmd, type); in HYPERVISOR_vm_assist()
392 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() argument
394 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op()