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

/linux-master/arch/sparc/include/asm/
H A Dpage_32.h73 #define __iopte(x) ((iopte_t) { (x) } ) macro
101 #define __iopte(x) (x) macro
H A Dpage_64.h83 #define __iopte(x) ((iopte_t) { (x) } ) macro
106 #define __iopte(x) (x) macro
/linux-master/arch/sparc/mm/
H A Dio-unit.c37 #define MKIOPTE(phys) __iopte((((phys)>>4) & IOUPTE_PAGE) | IOPERM)
137 for (k = 0; k < npages; k++, iopte = __iopte(iopte_val(iopte) + 0x100), scan++) {

Completed in 216 milliseconds