Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/arch/m68k/kernel/
Dmachine_kexec.c56 cpu_mmu_flags = m68k_cputype | m68k_mmutype << 8; in machine_kexec()
Dsetup_mm.c60 unsigned long m68k_cputype; variable
61 EXPORT_SYMBOL(m68k_cputype);
Dentry.S365 btst #3,m68k_cputype+3
397 btst #3,m68k_cputype+3
Dhead.S612 lea %pc@(m68k_cputype),%a1
663 movel %pc@(m68k_cputype),%d0
/linux-6.12.1/arch/m68k/coldfire/
Dhead.S276 .global m68k_cputype symbol
281 movel %d0,m68k_cputype /* Mark us as a ColdFire */
/linux-6.12.1/arch/m68k/bvme6000/
Dconfig.c70 sprintf(model, "BVME%d000", m68k_cputype == CPU_68060 ? 6 : 4); in bvme6000_get_model()
88 if (m68k_cputype == CPU_68060) in config_bvme6000()
/linux-6.12.1/arch/m68k/sun3/
Dconfig.c59 m68k_cputype = CPU_68020; in sun3_init()
/linux-6.12.1/arch/m68k/math-emu/
Dfp_entry.S65 btst #3,m68k_cputype+3