Searched refs:m68k_cputype (Results 1 – 9 of 9) sorted by relevance
203 extern unsigned long m68k_cputype;223 # define CPU_IS_020 (m68k_cputype & CPU_68020)242 # define CPU_IS_030 (m68k_cputype & CPU_68030)254 # define CPU_IS_040 (m68k_cputype & CPU_68040)266 # define CPU_IS_060 (m68k_cputype & CPU_68060)305 #define CPU_TYPE (m68k_cputype)
56 cpu_mmu_flags = m68k_cputype | m68k_mmutype << 8; in machine_kexec()
60 unsigned long m68k_cputype; variable61 EXPORT_SYMBOL(m68k_cputype);
365 btst #3,m68k_cputype+3397 btst #3,m68k_cputype+3
612 lea %pc@(m68k_cputype),%a1663 movel %pc@(m68k_cputype),%d0
276 .global m68k_cputype symbol281 movel %d0,m68k_cputype /* Mark us as a ColdFire */
70 sprintf(model, "BVME%d000", m68k_cputype == CPU_68060 ? 6 : 4); in bvme6000_get_model()88 if (m68k_cputype == CPU_68060) in config_bvme6000()
59 m68k_cputype = CPU_68020; in sun3_init()
65 btst #3,m68k_cputype+3