Home
last modified time | relevance | path

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

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