Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/
H A DKconfig85 config MMU_COLDFIRE config
90 depends on MMU && !MMU_MOTOROLA && !MMU_COLDFIRE
H A DKconfig.cpu269 select MMU_COLDFIRE if MMU
280 select MMU_COLDFIRE if MMU
292 select MMU_COLDFIRE if MMU
390 default y if SUN3 || MMU_COLDFIRE
/openbmc/qemu/include/standard-headers/asm-m68k/
H A Dbootinfo.h139 #define MMU_COLDFIRE (1 << MMUB_COLDFIRE) macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dbootinfo.h147 #define MMU_COLDFIRE (1 << MMUB_COLDFIRE) macro
/openbmc/linux/arch/m68k/coldfire/
H A Dhead.S282 movel #MMU_COLDFIRE,%d0
/openbmc/linux/arch/m68k/kernel/
H A Dsetup_mm.c438 else if (m68k_mmutype & MMU_COLDFIRE) in show_cpuinfo()