Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/
A Dpage_32.h73 #define __iopte(x) ((iopte_t) { (x) } ) macro
101 #define __iopte(x) (x) macro
A Dpage_64.h84 #define __iopte(x) ((iopte_t) { (x) } ) macro
107 #define __iopte(x) (x) macro
/linux/arch/sparc/mm/
A Dio-unit.c36 #define MKIOPTE(phys) __iopte((((phys)>>4) & IOUPTE_PAGE) | IOPERM)
136 for (k = 0; k < npages; k++, iopte = __iopte(iopte_val(iopte) + 0x100), scan++) { in iounit_get_area()

Completed in 4 milliseconds