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

/linux-4.1.27/arch/mips/include/asm/
H A Dfpu.h69 if (!cpu_has_fre) __enable_fpu()
84 if (cpu_has_fre) { __enable_fpu()
201 if (!cpu_has_fre) { init_fpu()
H A Dcpu-features.h403 #ifndef cpu_has_fre
404 # define cpu_has_fre (cpu_data[0].options & MIPS_CPU_FRE) macro
/linux-4.1.27/arch/mips/kernel/
H A Dprocess.c599 if ((value & PR_FP_MODE_FRE) && cpu_has_fpu && !cpu_has_fre) mips_set_process_fp_mode()
/linux-4.1.27/arch/mips/kvm/
H A Dmips.c1446 if (cpu_has_fre) { kvm_own_fpu()
1487 if (sr & ST0_CU1 && cpu_has_fre) { kvm_own_msa()
H A Demulate.c968 if (cpu_has_fre) kvm_mips_config5_wrmask()

Completed in 474 milliseconds