Home
last modified time | relevance | path

Searched defs:MKIOPTE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sparc/mm/
H A Dio-unit.c37 #define MKIOPTE(phys) __iopte((((phys)>>4) & IOUPTE_PAGE) | IOPERM) macro
H A Diommu.c53 #define MKIOPTE(pfn, perm) (((((pfn)<<8) & IOPTE_PAGE) | (perm)) & ~IOPTE_WAZ) macro