Searched refs:m68k_cputype (Results 1 – 9 of 9) sorted by relevance
179 extern unsigned long m68k_cputype;199 # define CPU_IS_020 (m68k_cputype & CPU_68020)218 # define CPU_IS_030 (m68k_cputype & CPU_68030)230 # define CPU_IS_040 (m68k_cputype & CPU_68040)242 # define CPU_IS_060 (m68k_cputype & CPU_68060)281 #define CPU_TYPE (m68k_cputype)
55 cpu_mmu_flags = m68k_cputype | m68k_mmutype << 8; in machine_kexec()
58 unsigned long m68k_cputype; variable59 EXPORT_SYMBOL(m68k_cputype);
364 btst #3,m68k_cputype+3396 btst #3,m68k_cputype+3
614 lea %pc@(m68k_cputype),%a1657 movel %pc@(m68k_cputype),%d0
276 .global m68k_cputype symbol281 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()
58 m68k_cputype = CPU_68020; in sun3_init()
65 btst #3,m68k_cputype+3