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)
55 cpu_mmu_flags = m68k_cputype | m68k_mmutype << 8; in machine_kexec()
59 unsigned long m68k_cputype; variable60 EXPORT_SYMBOL(m68k_cputype);
362 btst #3,m68k_cputype+3394 btst #3,m68k_cputype+3
616 lea %pc@(m68k_cputype),%a1667 movel %pc@(m68k_cputype),%d0
276 .global m68k_cputype281 movel %d0,m68k_cputype /* Mark us as a ColdFire */
73 sprintf(model, "BVME%d000", m68k_cputype == CPU_68060 ? 6 : 4); in bvme6000_get_model()91 if (m68k_cputype == CPU_68060) in config_bvme6000()
57 m68k_cputype = CPU_68020; in sun3_init()
65 btst #3,m68k_cputype+3