Home
last modified time | relevance | path

Searched refs:MIPS_CPU_32FPR (Results 1 – 3 of 3) sorted by relevance

/arch/mips/kernel/
Dcpu-probe.c478 c->options |= MIPS_CPU_32FPR; in decode_config1()
1113 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
1163 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
1172 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
1220 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
1231 c->options |= MIPS_CPU_FPU | MIPS_CPU_32FPR; in cpu_probe_legacy()
1238 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
1246 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
1254 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
1262 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
[all …]
/arch/mips/include/asm/
Dcpu.h372 #define MIPS_CPU_32FPR BIT_ULL( 6) /* 32 dbl. prec. FP registers */ macro
Dcpu-features.h159 #define cpu_has_32fpr __isa_ge_or_opt(1, MIPS_CPU_32FPR)