Home
last modified time | relevance | path

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

/openbmc/linux/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.h542 #ifndef cpu_has_fre
543 # define cpu_has_fre __opt(MIPS_CPU_FRE) macro
/openbmc/linux/arch/mips/include/asm/mach-ip30/
H A Dcpu-feature-overrides.h70 #define cpu_has_fre 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ip27/
H A Dcpu-feature-overrides.h68 #define cpu_has_fre 0 macro
/openbmc/linux/arch/mips/include/asm/mach-dec/
H A Dcpu-feature-overrides.h47 #define cpu_has_fre 0 macro
/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h82 #define cpu_has_fre 0 macro
/openbmc/linux/arch/mips/kernel/
H A Dproc.c240 if (cpu_has_fre) in show_cpuinfo()
H A Dprocess.c814 if ((value & PR_FP_MODE_FRE) && raw_cpu_has_fpu && !cpu_has_fre) in mips_set_process_fp_mode()
/openbmc/linux/arch/mips/kvm/
H A Dmips.c1396 if (cpu_has_fre) { in kvm_own_fpu()
1440 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()