Home
last modified time | relevance | path

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

/linux/arch/m68k/include/uapi/asm/
H A Dbootinfo.h147 #define MMU_COLDFIRE (1 << MMUB_COLDFIRE) macro
/linux/arch/m68k/
H A DKconfig.cpu281 select MMU_COLDFIRE if MMU
292 select MMU_COLDFIRE if MMU
304 select MMU_COLDFIRE if MMU
402 default y if SUN3 || MMU_COLDFIRE
H A DKconfig94 config MMU_COLDFIRE config
/linux/arch/m68k/coldfire/
H A Dhead.S282 movel #MMU_COLDFIRE,%d0
/linux/arch/m68k/kernel/
H A Dsetup_mm.c438 else if (m68k_mmutype & MMU_COLDFIRE) in show_cpuinfo()