Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/sun3/
H A Dmmu_emu.c85 case SUN3_PAGE_TYPE_IO: pr_cont(" io"); break; in print_pte()
105 case SUN3_PAGE_TYPE_IO: type = "io" ; break; in print_pte()
/openbmc/linux/arch/m68k/mm/
H A Dsun3kmap.c114 return sun3_ioremap(phys, size, SUN3_PAGE_TYPE_IO); in __ioremap()
/openbmc/linux/arch/m68k/include/asm/
H A Dsun3mmu.h53 #define SUN3_PAGE_TYPE_IO (0x04000000) macro