Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dcpu-probe.c697 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
717 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
766 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
774 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
816 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
825 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
841 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
847 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
873 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
882 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
[all …]
/linux-4.4.14/arch/mips/math-emu/
Dcp1emu.c955 fcr31 &= ~(FPU_CSR_CONDX | FPU_CSR_COND); in cop1_ctc()
959 FPU_CSR_CONDX; in cop1_ctc()
/linux-4.4.14/arch/mips/include/asm/
Dmipsregs.h790 #define FPU_CSR_CONDX (_ULCAST_(127) << FPU_CSR_CONDX_S) macro