Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/m68k/
H A DKconfig88 config MMU_COLDFIRE config
93 depends on MMU && !MMU_MOTOROLA && !MMU_COLDFIRE
H A DKconfig.cpu269 select MMU_COLDFIRE if MMU
279 select MMU_COLDFIRE if MMU
290 select MMU_COLDFIRE if MMU
/OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/
H A Dbootinfo.h139 #define MMU_COLDFIRE (1 << MMUB_COLDFIRE) macro
/OK3568_Linux_fs/kernel/arch/m68k/coldfire/
H A Dhead.S282 movel #MMU_COLDFIRE,%d0
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dsetup_mm.c456 else if (m68k_mmutype & MMU_COLDFIRE) in show_cpuinfo()