Searched refs:xrp (Results 1 – 3 of 3) sorted by relevance
89 struct xresource *xrp; in xres_alloc() local92 xrp = xresv; in xres_alloc()94 if (xrp->xflag == 0) { in xres_alloc()95 xrp->xflag = 1; in xres_alloc()96 return xrp; in xres_alloc()98 xrp++; in xres_alloc()103 static void xres_free(struct xresource *xrp) { in xres_free() argument104 xrp->xflag = 0; in xres_free()
20 struct xen_remove_from_physmap xrp; in xen_unmap_device_mmio() local29 xrp.domid = DOMID_SELF; in xen_unmap_device_mmio()30 xrp.gpfn = XEN_PFN_DOWN(r->start) + j; in xen_unmap_device_mmio()32 &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()