Lines Matching refs:cmd
279 HYPERVISOR_callback_op(int cmd, void *arg) in HYPERVISOR_callback_op() argument
281 return _hypercall2(int, callback_op, cmd, arg); in HYPERVISOR_callback_op()
386 HYPERVISOR_sched_op(int cmd, void *arg) in HYPERVISOR_sched_op() argument
388 return _hypercall2(int, sched_op, cmd, arg); in HYPERVISOR_sched_op()
414 HYPERVISOR_memory_op(unsigned int cmd, void *arg) in HYPERVISOR_memory_op() argument
416 return _hypercall2(long, memory_op, cmd, arg); in HYPERVISOR_memory_op()
426 HYPERVISOR_event_channel_op(int cmd, void *arg) in HYPERVISOR_event_channel_op() argument
428 return _hypercall2(int, event_channel_op, cmd, arg); in HYPERVISOR_event_channel_op()
432 HYPERVISOR_xen_version(int cmd, void *arg) in HYPERVISOR_xen_version() argument
434 return _hypercall2(int, xen_version, cmd, arg); in HYPERVISOR_xen_version()
438 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io() argument
440 return _hypercall3(int, console_io, cmd, count, str); in HYPERVISOR_console_io()
444 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op() argument
446 return _hypercall2(int, physdev_op, cmd, arg); in HYPERVISOR_physdev_op()
450 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() argument
452 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op()
456 HYPERVISOR_vm_assist(unsigned int cmd, unsigned int type) in HYPERVISOR_vm_assist() argument
458 return _hypercall2(int, vm_assist, cmd, type); in HYPERVISOR_vm_assist()
462 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() argument
464 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op()