Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/
Dbootinfo.h134 #define MMU_68030 (1 << MMUB_68030) macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dsetup.h219 # define MMU_IS_030 (m68k_mmutype & MMU_68030)
/kernel/linux/linux-5.10/arch/m68k/kernel/
Dsetup_mm.c446 else if (m68k_mmutype & MMU_68030) in show_cpuinfo()