Home
last modified time | relevance | path

Searched refs:cpu_has_fre (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dfpu.h66 if (!cpu_has_fre) in __enable_fpu()
81 if (cpu_has_fre) { in __enable_fpu()
H A Dcpu-features.h527 #ifndef cpu_has_fre
528 # define cpu_has_fre __opt(MIPS_CPU_FRE) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip30/
H A Dcpu-feature-overrides.h71 #define cpu_has_fre 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip27/
H A Dcpu-feature-overrides.h69 #define cpu_has_fre 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-dec/
H A Dcpu-feature-overrides.h48 #define cpu_has_fre 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h83 #define cpu_has_fre 0 macro
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dmips.c1446 if (cpu_has_fre) { in kvm_own_fpu()
1490 if (sr & ST0_CU1 && cpu_has_fre) { in kvm_own_msa()
H A Dvz.c125 if (cpu_has_fre) in kvm_vz_config5_guest_wrmask()
H A Demulate.c1255 if (cpu_has_fre) in kvm_mips_config5_wrmask()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dprocess.c798 if ((value & PR_FP_MODE_FRE) && raw_cpu_has_fpu && !cpu_has_fre) in mips_set_process_fp_mode()