Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/include/uapi/asm/
Dbootinfo.h143 #define MMU_68040 (1 << MMUB_68040) macro
/linux-6.1.9/arch/m68k/include/asm/
Dsetup.h255 # define MMU_IS_040 (m68k_mmutype & MMU_68040)
/linux-6.1.9/arch/m68k/kernel/
Dsetup_mm.c429 else if (m68k_mmutype & MMU_68040) in show_cpuinfo()