Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/include/asm/
Dpage_32.h71 #define __iopte(x) ((iopte_t) { (x) } ) macro
99 #define __iopte(x) (x) macro
Dpage_64.h72 #define __iopte(x) ((iopte_t) { (x) } ) macro
95 #define __iopte(x) (x) macro
/linux-4.1.27/arch/sparc/mm/
Dio-unit.c38 #define MKIOPTE(phys) __iopte((((phys)>>4) & IOUPTE_PAGE) | IOPERM)
134 for (k = 0; k < npages; k++, iopte = __iopte(iopte_val(iopte) + 0x100), scan++) { in iounit_get_area()