Home
last modified time | relevance | path

Searched refs:FPU_CSR_FS (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()
1338 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
/Linux-v4.19/arch/mips/math-emu/
Dcp1emu.c944 fcr31 &= ~(FPU_CSR_FS | FPU_CSR_ALL_E | FPU_CSR_RM); in cop1_ctc()
946 FPU_CSR_FS; in cop1_ctc()
/Linux-v4.19/arch/mips/include/asm/
Dmipsregs.h1075 #define FPU_CSR_FS (_ULCAST_(1) << FPU_CSR_FS_S) macro