Searched refs:xrp (Results 1 – 3 of 3) sorted by relevance
102 struct xresource *xrp; in xres_alloc() local105 xrp = xresv; in xres_alloc()107 if (xrp->xflag == 0) { in xres_alloc()108 xrp->xflag = 1; in xres_alloc()109 return xrp; in xres_alloc()111 xrp++; in xres_alloc()116 static void xres_free(struct xresource *xrp) { in xres_free() argument117 xrp->xflag = 0; in xres_free()
31 struct xen_remove_from_physmap xrp; in xen_unmap_device_mmio() local40 xrp.domid = DOMID_SELF; in xen_unmap_device_mmio()41 xrp.gpfn = XEN_PFN_DOWN(r->start) + j; in xen_unmap_device_mmio()43 &xrp); in xen_unmap_device_mmio()
176 struct xen_remove_from_physmap xrp; in unmap_gfn() local178 xrp.domid = DOMID_SELF; in unmap_gfn()179 xrp.gpfn = gfn; in unmap_gfn()180 (void)HYPERVISOR_memory_op(XENMEM_remove_from_physmap, &xrp); in unmap_gfn()