Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/kernel/
H A Dvectors.c89 if (FPU_IS_EMU) in trap_init()
93 if (CPU_IS_040 && !FPU_IS_EMU) { in trap_init()
116 if (CPU_IS_060 && !FPU_IS_EMU) { in trap_init()
H A Dprocess.c97 if (!FPU_IS_EMU) { in flush_thread()
182 if (!FPU_IS_EMU) { in copy_thread()
219 if (FPU_IS_EMU) { in elf_core_copy_task_fpregs()
H A Dptrace.c183 if (FPU_IS_EMU && (regno < 45) && !(regno % 3)) in arch_ptrace()
215 if (FPU_IS_EMU && (regno < 45) && !(regno % 3)) { in arch_ptrace()
H A Dsignal.c259 if (FPU_IS_EMU) { in restore_fpu_state()
338 if (FPU_IS_EMU) { in rt_restore_fpu_state()
431 if (FPU_IS_EMU) { in save_fpu_state()
488 if (FPU_IS_EMU) { in rt_save_fpu_state()
/openbmc/linux/arch/m68k/include/asm/
H A Dsetup.h309 # define FPU_IS_EMU (1) macro
311 # define FPU_IS_EMU (!m68k_fputype) macro
314 # define FPU_IS_EMU (0) macro