Home
last modified time | relevance | path

Searched refs:MIPS_CPU_FPU (Results 1 – 7 of 7) sorted by relevance

/linux/arch/mips/kernel/
A Dcpu-r3k-probe.c99 c->options |= MIPS_CPU_FPU; in cpu_probe()
118 c->options |= MIPS_CPU_FPU; in cpu_probe()
156 c->options &= ~MIPS_CPU_FPU; in cpu_probe()
158 if (c->options & MIPS_CPU_FPU) in cpu_probe()
172 if (c->options & MIPS_CPU_FPU) in cpu_report()
A Dcpu-probe.c477 c->options |= MIPS_CPU_FPU; in decode_config1()
846 c->guest.options |= MIPS_CPU_FPU; in decode_guest_config1()
848 c->guest.options_dyn |= MIPS_CPU_FPU; in decode_guest_config1()
1047 c->options |= MIPS_CPU_FPU; in cpu_probe_legacy()
1067 c->options |= MIPS_CPU_FPU; in cpu_probe_legacy()
1279 MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
1347 MIPS_CPU_FPU | MIPS_CPU_LLSC | in cpu_probe_legacy()
1846 c->options |= MIPS_CPU_FPU; in cpu_probe_ingenic()
1975 c->options &= ~MIPS_CPU_FPU; in cpu_probe()
1986 if (c->options & MIPS_CPU_FPU) in cpu_probe()
[all …]
A Dfpu-probe.c238 if (!(boot_cpu_data.options & MIPS_CPU_FPU)) in ieee754_setup()
302 c->options &= ~MIPS_CPU_FPU; in cpu_set_nofpu_opts()
A Dproc.c62 cpu_data[n].options & MIPS_CPU_FPU ? " FPU V%d.%d" : ""); in show_cpuinfo()
/linux/arch/mips/include/asm/
A Dcpu-features.h132 # define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU)
133 # define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
670 #define cpu_guest_has_fpu (cpu_data[0].guest.options & MIPS_CPU_FPU)
719 #define cpu_guest_has_dyn_fpu (cpu_data[0].guest.options_dyn & MIPS_CPU_FPU)
A Dcpu.h371 #define MIPS_CPU_FPU BIT_ULL( 5) /* CPU has FPU */ macro
/linux/arch/mips/loongson64/
A Dcpucfg-emul.c74 if (options & MIPS_CPU_FPU) { in patch_cpucfg_sel1()

Completed in 32 milliseconds