Home
last modified time | relevance | path

Searched refs:EPSW_FE (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/arch/mn10300/kernel/
Dfpu.c90 tsk->thread.uregs->epsw &= ~EPSW_FE; in fpu_setup_sigcontext()
96 fpu_state_owner->thread.uregs->epsw &= ~EPSW_FE; in fpu_setup_sigcontext()
126 tsk->thread.uregs->epsw &= ~EPSW_FE; in fpu_kill_state()
131 fpu_state_owner->thread.uregs->epsw &= ~EPSW_FE; in fpu_kill_state()
Dfpu-low.S138 or EPSW_FE,epsw
167 or EPSW_FE,epsw /* enable the FPU so we can access it */
195 or EPSW_nAR|EPSW_FE,epsw
207 or EPSW_FE,d1
223 and ~EPSW_FE,d0
243 and ~(EPSW_nAR|EPSW_FE),epsw
Dprocess.c245 c_uregs->epsw &= ~EPSW_FE; /* my FPU */ in copy_thread()
Dgdb-stub.c1019 : "g" (&gdbstub_fpufs_array), "i"(EPSW_FE) in gdbstub_store_fpu()
1073 : "g" (&gdbstub_fpufs_array), "i"(EPSW_FE), "d"(gdbstub_fpcr) in gdbstub_load_fpu()
/linux-3.4.99/arch/mn10300/include/asm/
Dfpu.h70 tsk->thread.uregs->epsw &= ~EPSW_FE; in unlazy_fpu()
99 tsk->thread.uregs->epsw &= ~EPSW_FE; in flush_fpu()
104 tsk->thread.uregs->epsw &= ~EPSW_FE; in flush_fpu()
Dswitch_to.h26 (prev)->thread.uregs->epsw &= ~EPSW_FE; \
Dframe.inc49 and ~EPSW_FE,epsw
Dcpu-regs.h58 #define EPSW_FE 0x00100000 /* FPU enable */ macro