Home
last modified time | relevance | path

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

/Linux-v6.1/arch/m68k/
DKconfig81 config MMU_COLDFIRE config
86 depends on MMU && !MMU_MOTOROLA && !MMU_COLDFIRE
DKconfig.cpu270 select MMU_COLDFIRE if MMU
281 select MMU_COLDFIRE if MMU
293 select MMU_COLDFIRE if MMU
391 default y if SUN3 || MMU_COLDFIRE
/Linux-v6.1/arch/m68k/include/uapi/asm/
Dbootinfo.h147 #define MMU_COLDFIRE (1 << MMUB_COLDFIRE) macro
/Linux-v6.1/arch/m68k/coldfire/
Dhead.S282 movel #MMU_COLDFIRE,%d0
/Linux-v6.1/arch/m68k/kernel/
Dsetup_mm.c437 else if (m68k_mmutype & MMU_COLDFIRE) in show_cpuinfo()