Home
last modified time | relevance | path

Searched refs:MMU_COLDFIRE (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/m68k/
DKconfig88 config MMU_COLDFIRE config
93 depends on MMU && !MMU_MOTOROLA && !MMU_COLDFIRE
DKconfig.cpu258 select MMU_COLDFIRE if MMU
266 select MMU_COLDFIRE if MMU
/linux-4.1.27/arch/m68k/include/uapi/asm/
Dbootinfo.h137 #define MMU_COLDFIRE (1 << MMUB_COLDFIRE) macro
/linux-4.1.27/arch/m68k/coldfire/
Dhead.S281 movel #MMU_COLDFIRE,%d0
/linux-4.1.27/arch/m68k/kernel/
Dsetup_mm.c467 else if (m68k_mmutype & MMU_COLDFIRE) in show_cpuinfo()