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

/linux-master/arch/mips/include/asm/
H A Dcpu-features.h147 # define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU) macro
150 # define raw_cpu_has_fpu 0 macro
156 # define raw_cpu_has_fpu cpu_has_fpu macro
H A Dkvm_host.h694 return (!__builtin_constant_p(raw_cpu_has_fpu) || raw_cpu_has_fpu) &&
/linux-master/arch/mips/kernel/
H A Dprocess.c811 if ((value & PR_FP_MODE_FR) && raw_cpu_has_fpu &&
814 if ((value & PR_FP_MODE_FRE) && raw_cpu_has_fpu && !cpu_has_fre)
818 if (!(value & PR_FP_MODE_FR) && raw_cpu_has_fpu && cpu_has_mips_r6)
H A Dproc.c186 if (raw_cpu_has_fpu)
H A Dsignal.c927 return raw_cpu_has_fpu
934 return raw_cpu_has_fpu
H A Dtraps.c1462 if (raw_cpu_has_fpu || !cpu_has_mips_4_5_64_r2_r6) {
1474 if (raw_cpu_has_fpu && !err)
/linux-master/arch/mips/kvm/
H A Dentry.c601 if (raw_cpu_has_fpu) {
H A Dmips.c1056 r = !!raw_cpu_has_fpu;

Completed in 128 milliseconds