Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dcpu-probe.c665 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
685 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
734 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
742 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
784 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
793 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
809 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
815 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
841 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
850 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
[all …]
/linux-4.1.27/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.1.27/arch/mips/include/asm/
Dmipsregs.h753 #define FPU_CSR_CONDX (_ULCAST_(127) << FPU_CSR_CONDX_S) macro