Home
last modified time | relevance | path

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

/arch/sh/mm/
Dioremap_64.c123 struct xresource { struct
129 static struct xresource xresv[XNRES]; argument
131 static struct xresource *xres_alloc(void) in xres_alloc()
133 struct xresource *xrp; in xres_alloc()
147 static void xres_free(struct xresource *xrp) in xres_free()
168 struct xresource *xres; in shmedia_alloc_io()
369 xres_free((struct xresource *)res); in onchip_unmap()
/arch/sparc/kernel/
Dioport.c83 struct xresource { struct
89 static struct xresource xresv[XNRES]; argument
91 static struct xresource *xres_alloc(void) { in xres_alloc()
92 struct xresource *xrp; in xres_alloc()
106 static void xres_free(struct xresource *xrp) { in xres_free()
140 xres_free((struct xresource *)res); in iounmap()
169 struct xresource *xres; in _sparc_alloc_io()