Home
last modified time | relevance | path

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

/linux/arch/m68k/include/uapi/asm/
H A Dbootinfo.h103 * CPU_68040 == FPU_68040 == MMU_68040
143 #define MMU_68040 (1 << MMUB_68040) macro
/linux/arch/m68k/include/asm/
H A Dsetup.h255 # define MMU_IS_040 (m68k_mmutype & MMU_68040)
/linux/arch/m68k/kernel/
H A Dsetup_mm.c430 else if (m68k_mmutype & MMU_68040) in show_cpuinfo()