Home
last modified time | relevance | path

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

/Linux-v5.15/arch/mips/kernel/
Dcpu-probe.c1043 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
1063 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
1112 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1120 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1162 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1171 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1187 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1193 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
1219 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1228 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
[all …]
Dcpu-r3k-probe.c87 FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe()
/Linux-v5.15/arch/mips/math-emu/
Dcp1emu.c952 fcr31 &= ~(FPU_CSR_CONDX | FPU_CSR_COND); in cop1_ctc()
956 FPU_CSR_CONDX; in cop1_ctc()
/Linux-v5.15/arch/mips/include/asm/
Dmipsregs.h1156 #define FPU_CSR_CONDX (_ULCAST_(127) << FPU_CSR_CONDX_S) macro