Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/
Dxlate_mmu.c173 struct xen_remove_from_physmap xrp; in unmap_gfn() local
175 xrp.domid = DOMID_SELF; in unmap_gfn()
176 xrp.gpfn = gfn; in unmap_gfn()
177 (void)HYPERVISOR_memory_op(XENMEM_remove_from_physmap, &xrp); in unmap_gfn()
/linux-4.4.14/arch/sparc/kernel/
Dioport.c100 struct xresource *xrp; in xres_alloc() local
103 xrp = xresv; in xres_alloc()
105 if (xrp->xflag == 0) { in xres_alloc()
106 xrp->xflag = 1; in xres_alloc()
107 return xrp; in xres_alloc()
109 xrp++; in xres_alloc()
114 static void xres_free(struct xresource *xrp) { in xres_free() argument
115 xrp->xflag = 0; in xres_free()