Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dcpu-probe.c1044 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
1064 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()
1113 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1123 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1132 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1148 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1157 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1166 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1256 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
1263 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
H A Dcpu-r3k-probe.c86 FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe()
/linux/arch/mips/include/asm/
H A Dmipsregs.h1286 #define FPU_CSR_CONDX (_ULCAST_(127) << FPU_CSR_CONDX_S) macro