Home
last modified time | relevance | path

Searched refs:MMU_68060 (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/m68k/include/asm/
Dsetup.h248 #define MMU_68060 (1<<MMUB_68060) macro
320 # define MMU_IS_060 (m68k_mmutype & MMU_68060)
/linux-3.4.99/arch/m68k/kernel/
Dsetup_mm.c444 else if (m68k_mmutype & MMU_68060) in show_cpuinfo()