Searched refs:EPSW_FE (Results 1 – 8 of 8) sorted by relevance
/arch/mn10300/kernel/ |
D | fpu.c | 90 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()
|
D | fpu-low.S | 138 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
|
D | process.c | 178 c_regs->epsw &= ~EPSW_FE; /* my FPU */ in copy_thread()
|
D | gdb-stub.c | 1019 : "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()
|
/arch/mn10300/include/asm/ |
D | fpu.h | 70 tsk->thread.uregs->epsw &= ~EPSW_FE; in unlazy_fpu() 97 tsk->thread.uregs->epsw &= ~EPSW_FE; in flush_fpu() 102 tsk->thread.uregs->epsw &= ~EPSW_FE; in flush_fpu()
|
D | switch_to.h | 26 (prev)->thread.uregs->epsw &= ~EPSW_FE; \
|
D | frame.inc | 49 and ~EPSW_FE,epsw
|
D | cpu-regs.h | 58 #define EPSW_FE 0x00100000 /* FPU enable */ macro
|