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.c61 m68k_mmutype = MMU_SUN3; in sun3_init()
/arch/m68k/
DKconfig91 config MMU_SUN3 config
DKconfig.cpu76 depends on MMU && !MMU_SUN3
86 depends on MMU && !MMU_SUN3
97 depends on MMU && !MMU_SUN3
DKconfig.machine128 select MMU_SUN3 if MMU
/arch/m68k/kernel/
Dsetup_mm.c456 else if (m68k_mmutype & MMU_SUN3) in show_cpuinfo()