Searched refs:i387_fsave_struct (Results 1 – 4 of 4) sorted by relevance
182 static inline int fsave_user(struct i387_fsave_struct __user *fx) in fsave_user()222 static inline int frstor_checking(struct i387_fsave_struct *fx) in frstor_checking()227 static inline int frstor_user(struct i387_fsave_struct __user *fx) in frstor_user()508 buf_fx = buf + sizeof(struct i387_fsave_struct); in restore_xstate_sig()509 size += sizeof(struct i387_fsave_struct); in restore_xstate_sig()618 frame_size += sizeof(struct i387_fsave_struct); in alloc_mathframe()619 sp -= sizeof(struct i387_fsave_struct); in alloc_mathframe()
318 struct i387_fsave_struct { struct426 struct i387_fsave_struct fsave;
153 struct i387_fsave_struct __user *fp = buf; in save_fsave_header()211 err = fsave_user((struct i387_fsave_struct __user *) buf); in save_user_xstate()436 int fsave_header_size = sizeof(struct i387_fsave_struct); in prepare_fx_sw_frame()
175 xstate_size = sizeof(struct i387_fsave_struct); in init_thread_xstate()248 struct i387_fsave_struct *fp = &fpu->state->fsave; in fpu_finit()