Home
last modified time | relevance | path

Searched refs:i387_fsave_struct (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/x86/kernel/
Di387.c84 xstate_size = sizeof(struct i387_fsave_struct); in init_thread_xstate()
134 struct i387_fsave_struct *fp = &fpu->state->fsave; in fpu_finit()
516 struct i387_fsave_struct *fp = &tsk->thread.fpu.state->fsave; in save_i387_fsave()
519 if (__copy_to_user(buf, fp, sizeof(struct i387_fsave_struct))) in save_i387_fsave()
618 sizeof(struct i387_fsave_struct)); in restore_i387_fsave()
/linux-2.6.39/arch/x86/include/asm/
Dprocessor.h280 struct i387_fsave_struct { struct
370 struct i387_fsave_struct fsave;