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

/linux-master/arch/sparc/kernel/
H A Dioport.c89 struct xresource *xrp; local
92 xrp = xresv;
94 if (xrp->xflag == 0) {
95 xrp->xflag = 1;
96 return xrp;
98 xrp++;
103 static void xres_free(struct xresource *xrp) { argument
104 xrp->xflag = 0;
/linux-master/drivers/xen/
H A Darm-device.c20 struct xen_remove_from_physmap xrp; local
29 xrp.domid = DOMID_SELF;
30 xrp.gpfn = XEN_PFN_DOWN(r->start) + j;
32 &xrp);
H A Dxlate_mmu.c176 struct xen_remove_from_physmap xrp; local
178 xrp.domid = DOMID_SELF;
179 xrp.gpfn = gfn;
180 (void)HYPERVISOR_memory_op(XENMEM_remove_from_physmap, &xrp);

Completed in 200 milliseconds