Searched refs:fpu_state (Results 1 – 7 of 7) sorted by relevance
/arch/mn10300/kernel/ |
D | fpu.c | 57 fpcr = tsk->thread.fpu_state.fpcr; in fpu_exception() 89 fpu_save(&tsk->thread.fpu_state); in fpu_setup_sigcontext() 95 fpu_save(&tsk->thread.fpu_state); in fpu_setup_sigcontext() 108 &tsk->thread.fpu_state, in fpu_setup_sigcontext() 151 ret = copy_from_user(&tsk->thread.fpu_state, fpucontext, in fpu_restore_sigcontext() 171 memcpy(fpreg, &tsk->thread.fpu_state, sizeof(*fpreg)); in dump_fpu()
|
D | ptrace.c | 162 const struct fpu_state_struct *fpregs = &target->thread.fpu_state; in fpuregs_get() 184 struct fpu_state_struct fpu_state = target->thread.fpu_state; in fpuregs_set() local 188 &fpu_state, 0, sizeof(fpu_state)); in fpuregs_set() 193 target->thread.fpu_state = fpu_state; in fpuregs_set() 197 sizeof(fpu_state), -1); in fpuregs_set()
|
D | asm-offsets.c | 72 OFFSET(THREAD_FPU_STATE, thread_struct, fpu_state); in foo()
|
D | kgdb.c | 80 gdb_regs[GDB_FR_FPCR] = p->thread.fpu_state.fpcr; in sleeping_thread_to_gdb_regs()
|
/arch/mn10300/include/asm/ |
D | fpu.h | 68 fpu_save(&tsk->thread.fpu_state); in unlazy_fpu() 74 fpu_save(&tsk->thread.fpu_state); in unlazy_fpu()
|
D | switch_to.h | 27 fpu_save(&(prev)->thread.fpu_state); \
|
D | processor.h | 104 struct fpu_state_struct fpu_state; member
|