Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dcpu-probe.c1188 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
1208 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
1257 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1265 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1307 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1316 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1332 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1338 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
1364 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1373 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
[all …]
/Linux-v4.19/arch/mips/math-emu/
Dcp1emu.c964 fcr31 &= ~(FPU_CSR_CONDX | FPU_CSR_COND); in cop1_ctc()
968 FPU_CSR_CONDX; in cop1_ctc()
/Linux-v4.19/arch/mips/include/asm/
Dmipsregs.h1078 #define FPU_CSR_CONDX (_ULCAST_(127) << FPU_CSR_CONDX_S) macro