Home
last modified time | relevance | path

Searched refs:MMU_SUN3 (Results 1 – 6 of 6) sorted by relevance

/linux/arch/m68k/include/uapi/asm/
H A Dbootinfo.h145 #define MMU_SUN3 (1 << MMUB_SUN3) macro
/linux/arch/m68k/sun3/
H A Dconfig.c61 m68k_mmutype = MMU_SUN3; in sun3_init()
/linux/arch/m68k/
H A DKconfig94 config MMU_SUN3 config
H A DKconfig.cpu71 depends on MMU && !MMU_SUN3
81 depends on MMU && !MMU_SUN3
92 depends on MMU && !MMU_SUN3
H A DKconfig.machine140 select MMU_SUN3 if MMU
/linux/arch/m68k/kernel/
H A Dsetup_mm.c432 else if (m68k_mmutype & MMU_SUN3) in show_cpuinfo()