Home
last modified time | relevance | path

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

/arch/m68k/include/uapi/asm/
Dbootinfo.h137 #define MMU_SUN3 (1 << MMUB_SUN3) macro
/arch/m68k/sun3/
Dconfig.c59 m68k_mmutype = MMU_SUN3; in sun3_init()
/arch/m68k/
DKconfig86 config MMU_SUN3 config
DKconfig.cpu80 depends on MMU && !MMU_SUN3
90 depends on MMU && !MMU_SUN3
101 depends on MMU && !MMU_SUN3
DKconfig.machine140 select MMU_SUN3 if MMU
/arch/m68k/kernel/
Dsetup_mm.c442 else if (m68k_mmutype & MMU_SUN3) in show_cpuinfo()