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

/linux-master/arch/mips/kernel/
H A Dcpu-r3k-probe.c98 c->options |= MIPS_CPU_FPU;
117 c->options |= MIPS_CPU_FPU;
133 c->options &= ~MIPS_CPU_FPU;
135 if (c->options & MIPS_CPU_FPU)
149 if (c->options & MIPS_CPU_FPU)
H A Dcpu-probe.c476 c->options |= MIPS_CPU_FPU;
845 c->guest.options |= MIPS_CPU_FPU;
847 c->guest.options_dyn |= MIPS_CPU_FPU;
1046 c->options |= MIPS_CPU_FPU;
1066 c->options |= MIPS_CPU_FPU;
1112 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR |
1122 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR |
1131 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR |
1147 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC;
1156 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FP
[all...]
H A Dfpu-probe.c238 if (!(boot_cpu_data.options & MIPS_CPU_FPU))
302 c->options &= ~MIPS_CPU_FPU;
H A Dproc.c62 cpu_data[n].options & MIPS_CPU_FPU ? " FPU V%d.%d" : "");
/linux-master/arch/mips/include/asm/
H A Dcpu-features.h146 # define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU)
147 # define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
687 #define cpu_guest_has_fpu (cpu_data[0].guest.options & MIPS_CPU_FPU)
736 #define cpu_guest_has_dyn_fpu (cpu_data[0].guest.options_dyn & MIPS_CPU_FPU)
H A Dcpu.h364 #define MIPS_CPU_FPU BIT_ULL( 5) /* CPU has FPU */ macro
/linux-master/arch/mips/loongson64/
H A Dcpucfg-emul.c74 if (options & MIPS_CPU_FPU) {

Completed in 139 milliseconds