Searched refs:raw_cpu_has_fpu (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
H A Dcpu-features.h74 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU) macro
76 #define raw_cpu_has_fpu cpu_has_fpu macro
/linux-4.1.27/arch/mips/kernel/
H A Dsignal.c635 return raw_cpu_has_fpu smp_save_fp_context()
642 return raw_cpu_has_fpu smp_restore_fp_context()
H A Dtraps.c1404 if (raw_cpu_has_fpu || !cpu_has_mips_4_5_64_r2_r6) { do_cpu()
1413 if (raw_cpu_has_fpu && !err) do_cpu()

Completed in 111 milliseconds