Home
last modified time | relevance | path

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

/linux-5.19.10/arch/m68k/include/asm/
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
/linux-5.19.10/arch/m68k/mm/
Dcache.c39 } else if (CPU_IS_040) { in virt_to_phys_slow()
/linux-5.19.10/arch/m68k/kernel/
Dvectors.c93 if (CPU_IS_040 && !FPU_IS_EMU) { in trap_init()
Dsetup_mm.c201 if (CPU_IS_040) in setup_arch()
379 } else if (CPU_IS_040) { in show_cpuinfo()
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()
Dsys_m68k.c448 if (CPU_IS_040) { in sys_cacheflush()