• Home
  • Raw
  • Download

Lines Matching refs:cmd

50 xencomm_hypercall_console_io(int cmd, int count, char *str)  in xencomm_hypercall_console_io()  argument
59 (cmd, count, xencomm_map_no_alloc(str, count)); in xencomm_hypercall_console_io()
64 xencomm_hypercall_event_channel_op(int cmd, void *op) in xencomm_hypercall_event_channel_op() argument
71 return xencomm_arch_hypercall_event_channel_op(cmd, desc); in xencomm_hypercall_event_channel_op()
76 xencomm_hypercall_xen_version(int cmd, void *arg) in xencomm_hypercall_xen_version() argument
81 switch (cmd) { in xencomm_hypercall_xen_version()
84 return xencomm_arch_hypercall_xen_version(cmd, 0); in xencomm_hypercall_xen_version()
106 "%s: unknown version op %d\n", __func__, cmd); in xencomm_hypercall_xen_version()
114 return xencomm_arch_hypercall_xen_version(cmd, desc); in xencomm_hypercall_xen_version()
119 xencomm_hypercall_physdev_op(int cmd, void *op) in xencomm_hypercall_physdev_op() argument
123 switch (cmd) { in xencomm_hypercall_physdev_op()
138 "%s: unknown physdev op %d\n", __func__, cmd); in xencomm_hypercall_physdev_op()
143 (cmd, xencomm_map_no_alloc(op, argsize)); in xencomm_hypercall_physdev_op()
148 unsigned int cmd, void *op, unsigned int count, in xencommize_grant_table_op() argument
154 switch (cmd) { in xencommize_grant_table_op()
194 __func__, cmd); in xencommize_grant_table_op()
207 xencomm_hypercall_grant_table_op(unsigned int cmd, void *op, in xencomm_hypercall_grant_table_op() argument
214 rc = xencommize_grant_table_op(&xc_area, cmd, op, count, &desc); in xencomm_hypercall_grant_table_op()
218 return xencomm_arch_hypercall_grant_table_op(cmd, desc, count); in xencomm_hypercall_grant_table_op()
223 xencomm_hypercall_sched_op(int cmd, void *arg) in xencomm_hypercall_sched_op() argument
228 switch (cmd) { in xencomm_hypercall_sched_op()
249 printk(KERN_DEBUG "%s: unknown sched op %d\n", __func__, cmd); in xencomm_hypercall_sched_op()
257 return xencomm_arch_hypercall_sched_op(cmd, desc); in xencomm_hypercall_sched_op()
306 xencomm_hypercall_callback_op(int cmd, void *arg) in xencomm_hypercall_callback_op() argument
309 switch (cmd) { in xencomm_hypercall_callback_op()
318 "%s: unknown callback op %d\n", __func__, cmd); in xencomm_hypercall_callback_op()
323 (cmd, xencomm_map_no_alloc(arg, argsize)); in xencomm_hypercall_callback_op()
344 xencomm_hypercall_memory_op(unsigned int cmd, void *arg) in xencomm_hypercall_memory_op() argument
353 switch (cmd) { in xencomm_hypercall_memory_op()
377 printk(KERN_DEBUG "%s: unknown memory op %d\n", __func__, cmd); in xencomm_hypercall_memory_op()
385 rc = xencomm_arch_hypercall_memory_op(cmd, desc); in xencomm_hypercall_memory_op()
387 switch (cmd) { in xencomm_hypercall_memory_op()
412 xencomm_hypercall_vcpu_op(int cmd, int cpu, void *arg) in xencomm_hypercall_vcpu_op() argument
415 switch (cmd) { in xencomm_hypercall_vcpu_op()
427 printk(KERN_DEBUG "%s: unknown vcpu op %d\n", __func__, cmd); in xencomm_hypercall_vcpu_op()
431 return xencomm_arch_hypercall_vcpu_op(cmd, cpu, in xencomm_hypercall_vcpu_op()