Searched refs:m68k_mmutype (Results 1 - 6 of 6) sorted by relevance

/arch/m68k/kernel/
H A Dmachine_kexec.c54 cpu_mmu_flags = m68k_cputype | m68k_mmutype << 8;
H A Dsetup_mm.c58 unsigned long m68k_mmutype; variable
59 EXPORT_SYMBOL(m68k_mmutype); variable
455 if (m68k_mmutype & MMU_68851)
457 else if (m68k_mmutype & MMU_68030)
459 else if (m68k_mmutype & MMU_68040)
461 else if (m68k_mmutype & MMU_68060)
463 else if (m68k_mmutype & MMU_SUN3)
465 else if (m68k_mmutype & MMU_APOLLO)
467 else if (m68k_mmutype & MMU_COLDFIRE)
H A Dhead.S610 lea %pc@(m68k_mmutype),%a1
/arch/m68k/include/asm/
H A Dsetup.h181 extern unsigned long m68k_mmutype;
200 # define MMU_IS_851 (m68k_mmutype & MMU_68851)
219 # define MMU_IS_030 (m68k_mmutype & MMU_68030)
231 # define MMU_IS_040 (m68k_mmutype & MMU_68040)
243 # define MMU_IS_060 (m68k_mmutype & MMU_68060)
/arch/m68k/coldfire/
H A Dhead.S276 .global m68k_mmutype
282 movel %d0,m68k_mmutype
/arch/m68k/sun3/
H A Dconfig.c61 m68k_mmutype = MMU_SUN3;

Completed in 98 milliseconds