Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc/mm/
Dio-unit.c34 iopte_t *xpt, *xptend; in iounit_init() local
55 xpt = (iopte_t *) sbus_ioremap(&r, 0, PAGE_SIZE * 16, "XPT"); in iounit_init()
56 if(!xpt) panic("Cannot map External Page Table."); in iounit_init()
59 iounit->page_table = xpt; in iounit_init()
62 xpt < xptend;) in iounit_init()
63 *xpt++ = 0; in iounit_init()