Home
last modified time | relevance | path

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

/arch/sh/mm/
Dioremap_64.c129 static struct xresource xresv[XNRES]; variable
136 xrp = xresv; in xres_alloc()
367 if ((char *)res >= (char *)xresv && in onchip_unmap()
368 (char *)res < (char *)&xresv[XNRES]) { in onchip_unmap()
/arch/sparc/kernel/
Dioport.c89 static struct xresource xresv[XNRES]; variable
95 xrp = xresv; in xres_alloc()
139 if ((char *)res >= (char*)xresv && (char *)res < (char *)&xresv[XNRES]) { in iounmap()