Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
A Dsetup.h179 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)
/linux/arch/m68k/coldfire/
A Dhead.S276 .global m68k_cputype
281 movel %d0,m68k_cputype /* Mark us as a ColdFire */
/linux/arch/m68k/bvme6000/
A Dconfig.c73 sprintf(model, "BVME%d000", m68k_cputype == CPU_68060 ? 6 : 4); in bvme6000_get_model()
91 if (m68k_cputype == CPU_68060) in config_bvme6000()
/linux/arch/m68k/kernel/
A Dmachine_kexec.c55 cpu_mmu_flags = m68k_cputype | m68k_mmutype << 8; in machine_kexec()
A Dsetup_mm.c58 unsigned long m68k_cputype; variable
59 EXPORT_SYMBOL(m68k_cputype);
A Dentry.S362 btst #3,m68k_cputype+3
394 btst #3,m68k_cputype+3
A Dhead.S614 lea %pc@(m68k_cputype),%a1
657 movel %pc@(m68k_cputype),%d0
/linux/arch/m68k/sun3/
A Dconfig.c57 m68k_cputype = CPU_68020; in sun3_init()
/linux/arch/m68k/math-emu/
A Dfp_entry.S65 btst #3,m68k_cputype+3

Completed in 12 milliseconds