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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dio-unit.c40 iopte_t *xpt, *xptend; local
58 xpt = NULL;
65 xpt = (iopte_t *) sbus_ioremap(&r, 0, PAGE_SIZE * 16, "XPT");
67 if(!xpt) panic("Cannot map External Page Table.");
70 iounit->page_table = xpt;
74 xpt < xptend;)
75 iopte_val(*xpt++) = 0;

Completed in 103 milliseconds