Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dcpu-probe.c1272 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
1292 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
1341 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1349 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1391 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1407 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1413 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
1439 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1448 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1536 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
[all …]
/arch/mips/math-emu/
Dcp1emu.c952 fcr31 &= ~(FPU_CSR_CONDX | FPU_CSR_COND); in cop1_ctc()
956 FPU_CSR_CONDX; in cop1_ctc()
/arch/mips/include/asm/
Dmipsregs.h1082 #define FPU_CSR_CONDX (_ULCAST_(127) << FPU_CSR_CONDX_S) macro