Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/
Dbootinfo.h136 #define MMU_68060 (1 << MMUB_68060) macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dsetup.h243 # define MMU_IS_060 (m68k_mmutype & MMU_68060)
/kernel/linux/linux-5.10/arch/m68k/kernel/
Dsetup_mm.c450 else if (m68k_mmutype & MMU_68060) in show_cpuinfo()