Lines Matching refs:op
32 struct xen_domctl_mem_sharing_op *op; in xc_memshr_control() local
37 op = &(domctl.u.mem_sharing_op); in xc_memshr_control()
38 op->op = XEN_DOMCTL_MEM_SHARING_CONTROL; in xc_memshr_control()
39 op->u.enable = enable; in xc_memshr_control()
87 mso.op = XENMEM_sharing_op_nominate_gfn; in xc_memshr_nominate_gfn()
107 mso.op = XENMEM_sharing_op_nominate_gref; in xc_memshr_nominate_gref()
129 mso.op = XENMEM_sharing_op_share; in xc_memshr_share_gfns()
152 mso.op = XENMEM_sharing_op_share; in xc_memshr_share_grefs()
174 mso.op = XENMEM_sharing_op_add_physmap; in xc_memshr_add_to_physmap()
194 mso.op = XENMEM_sharing_op_range_share; in xc_memshr_range_share()
220 mso.op = XENMEM_sharing_op_debug_gfn; in xc_memshr_debug_gfn()
234 mso.op = XENMEM_sharing_op_debug_gref; in xc_memshr_debug_gref()
246 mso.op = XENMEM_sharing_op_audit; in xc_memshr_audit()