Lines Matching refs:op
137 HYPERVISOR_mmuext_op(struct mmuext_op *op, int count, in HYPERVISOR_mmuext_op() argument
140 return _hypercall4(int, mmuext_op, op, count, success_count, domid); in HYPERVISOR_mmuext_op()
233 struct evtchn_op op; in HYPERVISOR_event_channel_op() local
234 op.cmd = cmd; in HYPERVISOR_event_channel_op()
235 memcpy(&op.u, arg, sizeof(op.u)); in HYPERVISOR_event_channel_op()
236 rc = _hypercall1(int, event_channel_op_compat, &op); in HYPERVISOR_event_channel_op()
237 memcpy(arg, &op.u, sizeof(op.u)); in HYPERVISOR_event_channel_op()
259 struct physdev_op op; in HYPERVISOR_physdev_op() local
260 op.cmd = cmd; in HYPERVISOR_physdev_op()
261 memcpy(&op.u, arg, sizeof(op.u)); in HYPERVISOR_physdev_op()
262 rc = _hypercall1(int, physdev_op_compat, &op); in HYPERVISOR_physdev_op()
263 memcpy(arg, &op.u, sizeof(op.u)); in HYPERVISOR_physdev_op()
306 HYPERVISOR_nmi_op(unsigned long op, unsigned long arg) in HYPERVISOR_nmi_op() argument
308 return _hypercall2(int, nmi_op, op, arg); in HYPERVISOR_nmi_op()
315 mcl->op = __HYPERVISOR_update_va_mapping; in MULTI_update_va_mapping()
331 mcl->op = __HYPERVISOR_grant_table_op; in MULTI_grant_table_op()
342 mcl->op = __HYPERVISOR_update_va_mapping_otherdomain; in MULTI_update_va_mapping_otherdomain()
359 mcl->op = __HYPERVISOR_update_descriptor; in MULTI_update_descriptor()
369 mcl->op = __HYPERVISOR_memory_op; in MULTI_memory_op()
378 mcl->op = __HYPERVISOR_mmu_update; in MULTI_mmu_update()
386 MULTI_mmuext_op(struct multicall_entry *mcl, struct mmuext_op *op, int count, in MULTI_mmuext_op() argument
389 mcl->op = __HYPERVISOR_mmuext_op; in MULTI_mmuext_op()
390 mcl->args[0] = (unsigned long)op; in MULTI_mmuext_op()
399 mcl->op = __HYPERVISOR_set_gdt; in MULTI_set_gdt()
408 mcl->op = __HYPERVISOR_stack_switch; in MULTI_stack_switch()