Home
last modified time | relevance | path

Searched refs:xrp (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/sparc/kernel/
Dioport.c89 struct xresource *xrp; in xres_alloc() local
92 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() argument
104 xrp->xflag = 0; in xres_free()
/linux-6.1.9/drivers/xen/
Darm-device.c20 struct xen_remove_from_physmap xrp; in xen_unmap_device_mmio() local
29 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()
Dxlate_mmu.c176 struct xen_remove_from_physmap xrp; in unmap_gfn() local
178 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()