Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/include/asm/
Dsetup.h203 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)
/linux-6.1.9/arch/m68k/kernel/
Dmachine_kexec.c55 cpu_mmu_flags = m68k_cputype | m68k_mmutype << 8; in machine_kexec()
Dsetup_mm.c59 unsigned long m68k_cputype; variable
60 EXPORT_SYMBOL(m68k_cputype);
Dentry.S362 btst #3,m68k_cputype+3
394 btst #3,m68k_cputype+3
Dhead.S616 lea %pc@(m68k_cputype),%a1
667 movel %pc@(m68k_cputype),%d0
/linux-6.1.9/arch/m68k/coldfire/
Dhead.S276 .global m68k_cputype
281 movel %d0,m68k_cputype /* Mark us as a ColdFire */
/linux-6.1.9/arch/m68k/bvme6000/
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-6.1.9/arch/m68k/sun3/
Dconfig.c57 m68k_cputype = CPU_68020; in sun3_init()
/linux-6.1.9/arch/m68k/math-emu/
Dfp_entry.S65 btst #3,m68k_cputype+3