Home
last modified time | relevance | path

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

/linux-6.15/arch/sparc/include/asm/
H A Dpage_32.h71 #define __iopte(x) ((iopte_t) { (x) } ) macro
99 #define __iopte(x) (x) macro
H A Dpage_64.h81 #define __iopte(x) ((iopte_t) { (x) } ) macro
104 #define __iopte(x) (x) macro
/linux-6.15/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++) { in iounit_get_area()