Searched refs:FPU_CSR_CONDX (Results 1 – 4 of 4) sorted by relevance
1042 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()1062 c->fpu_msk31 |= FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe_legacy()1111 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()1121 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()1130 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()1146 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()1155 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()1164 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()1254 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()1261 c->fpu_msk31 |= FPU_CSR_CONDX; in cpu_probe_legacy()
86 FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe()
952 fcr31 &= ~(FPU_CSR_CONDX | FPU_CSR_COND); in cop1_ctc()956 FPU_CSR_CONDX; in cop1_ctc()
1286 #define FPU_CSR_CONDX (_ULCAST_(127) << FPU_CSR_CONDX_S) macro