Searched refs:FPU_CSR_FS (Results 1 – 4 of 4) sorted by relevance
86 FPU_CSR_CONDX | FPU_CSR_FS; in cpu_probe()
1044 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()
932 fcr31 &= ~(FPU_CSR_FS | FPU_CSR_ALL_E | FPU_CSR_RM); in cop1_ctc() 934 FPU_CSR_FS; in cop1_ctc()
1283 #define FPU_CSR_FS (_ULCAST_(1) << FPU_CSR_FS_S) macro