Home
last modified time | relevance | path

Searched refs:m68k_cputype (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/arch/m68k/include/asm/
Dsetup.h256 extern unsigned long m68k_cputype;
276 # define CPU_IS_020 (m68k_cputype & CPU_68020)
295 # define CPU_IS_030 (m68k_cputype & CPU_68030)
307 # define CPU_IS_040 (m68k_cputype & CPU_68040)
319 # define CPU_IS_060 (m68k_cputype & CPU_68060)
358 #define CPU_TYPE (m68k_cputype)
/linux-3.4.99/arch/m68k/platform/coldfire/
Dhead.S275 .global m68k_cputype
280 movel %d0,m68k_cputype /* Mark us as a ColdFire */
/linux-3.4.99/arch/m68k/bvme6000/
Dconfig.c79 sprintf(model, "BVME%d000", m68k_cputype == CPU_68060 ? 6 : 4); in bvme6000_get_model()
97 if (m68k_cputype == CPU_68060) in config_bvme6000()
/linux-3.4.99/arch/m68k/sun3/
Dconfig.c59 m68k_cputype = CPU_68020; in sun3_init()
/linux-3.4.99/arch/m68k/kernel/
Dsetup_mm.c54 unsigned long m68k_cputype; variable
55 EXPORT_SYMBOL(m68k_cputype);
Dentry_mm.S348 btst #3,m68k_cputype+3
380 btst #3,m68k_cputype+3
Dhead.S620 lea %pc@(m68k_cputype),%a1
686 movel %pc@(m68k_cputype),%d0
/linux-3.4.99/arch/m68k/math-emu/
Dfp_entry.S65 btst #3,m68k_cputype+3