m68k_cputype 74 arch/m68k/bvme6000/config.c sprintf(model, "BVME%d000", m68k_cputype == CPU_68060 ? 6 : 4); m68k_cputype 92 arch/m68k/bvme6000/config.c if (m68k_cputype == CPU_68060) m68k_cputype 179 arch/m68k/include/asm/setup.h extern unsigned long m68k_cputype; m68k_cputype 199 arch/m68k/include/asm/setup.h # define CPU_IS_020 (m68k_cputype & CPU_68020) m68k_cputype 218 arch/m68k/include/asm/setup.h # define CPU_IS_030 (m68k_cputype & CPU_68030) m68k_cputype 230 arch/m68k/include/asm/setup.h # define CPU_IS_040 (m68k_cputype & CPU_68040) m68k_cputype 242 arch/m68k/include/asm/setup.h # define CPU_IS_060 (m68k_cputype & CPU_68060) m68k_cputype 281 arch/m68k/include/asm/setup.h #define CPU_TYPE (m68k_cputype) m68k_cputype 55 arch/m68k/kernel/machine_kexec.c cpu_mmu_flags = m68k_cputype | m68k_mmutype << 8; m68k_cputype 58 arch/m68k/kernel/setup_mm.c unsigned long m68k_cputype; m68k_cputype 59 arch/m68k/kernel/setup_mm.c EXPORT_SYMBOL(m68k_cputype); m68k_cputype 59 arch/m68k/sun3/config.c m68k_cputype = CPU_68020;