Searched refs:FPU_IS_EMU (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/m68k/kernel/
H A Dvectors.c89 if (FPU_IS_EMU) trap_init()
93 if (CPU_IS_040 && !FPU_IS_EMU) { trap_init()
116 if (CPU_IS_060 && !FPU_IS_EMU) { trap_init()
H A Dprocess.c107 if (!FPU_IS_EMU) { flush_thread()
171 if (!FPU_IS_EMU) { copy_thread()
211 if (FPU_IS_EMU) { dump_fpu()
H A Dptrace.c182 if (FPU_IS_EMU && (regno < 45) && !(regno % 3)) arch_ptrace()
214 if (FPU_IS_EMU && (regno < 45) && !(regno % 3)) { arch_ptrace()
H A Dsignal.c277 if (FPU_IS_EMU) { restore_fpu_state()
356 if (FPU_IS_EMU) { rt_restore_fpu_state()
449 if (FPU_IS_EMU) { save_fpu_state()
506 if (FPU_IS_EMU) { rt_save_fpu_state()
/linux-4.1.27/arch/m68k/include/asm/
H A Dsetup.h285 # define FPU_IS_EMU (1) macro
287 # define FPU_IS_EMU (!m68k_fputype) macro
290 # define FPU_IS_EMU (0) macro

Completed in 149 milliseconds