Home
last modified time | relevance | path

Searched refs:FPU_CSR_ALL_X (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/mips/kernel/
Dtraps.c722 (ffs(FPU_CSR_ALL_X) - ffs(FPU_CSR_ALL_E)); in process_fpemu_return()
804 current->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X; in simulate_fp()
830 write_32bit_cp1_register(CP1_STATUS, fcr31 & ~FPU_CSR_ALL_X); in do_fpe()
858 current->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X; in do_fpe()
1437 current->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X; in do_cpu()
Dptrace.c91 value &= ~FPU_CSR_ALL_X; in ptrace_setfcr31()
Dcpu-probe.c81 mask = FPU_CSR_ALL_X | FPU_CSR_ALL_E | FPU_CSR_ALL_S | FPU_CSR_RM; in cpu_set_fpu_fcsr_mask()
Dmips-r2-to-r6-emul.c1180 current->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X; in mipsr2_decoder()
/linux-4.4.14/arch/mips/math-emu/
Dcp1emu.c877 value = fcr31 & (FPU_CSR_ALL_X | FPU_CSR_ALL_S); in cop1_cfc()
946 fcr31 &= ~(FPU_CSR_ALL_X | FPU_CSR_ALL_S); in cop1_ctc()
947 fcr31 |= value & (FPU_CSR_ALL_X | FPU_CSR_ALL_S); in cop1_ctc()
1548 ctx->fcr31 = (ctx->fcr31 & ~FPU_CSR_ALL_X) | rcsr; in fpux_emu()
2455 ctx->fcr31 = (ctx->fcr31 & ~FPU_CSR_ALL_X) | rcsr; in fpu_emu()
/linux-4.4.14/arch/mips/include/asm/
Dmipsregs.h820 #define FPU_CSR_ALL_X 0x0003f000 macro