Home
last modified time | relevance | path

Searched refs:CPU_IS_040 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/m68k/include/asm/
H A Dsetup.h251 # define CPU_IS_040 (0) macro
254 # define CPU_IS_040 (m68k_cputype & CPU_68040) macro
258 # define CPU_IS_040 (1) macro
/openbmc/linux/arch/m68k/mm/
H A Dcache.c39 } else if (CPU_IS_040) { in virt_to_phys_slow()
/openbmc/linux/arch/m68k/kernel/
H A Dvectors.c93 if (CPU_IS_040 && !FPU_IS_EMU) { in trap_init()
H A Dsetup_mm.c215 if (CPU_IS_040) in setup_arch()
393 } else if (CPU_IS_040) { in show_cpuinfo()
H A Dsignal.c122 if (CPU_IS_040) { in push_cache()
278 } else if (CPU_IS_040) { in restore_fpu_state()
366 } else if (CPU_IS_040) { in rt_restore_fpu_state()
H A Dsys_m68k.c448 if (CPU_IS_040) { in sys_cacheflush()