Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dfpu-internal.h182 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()
Dprocessor.h318 struct i387_fsave_struct { struct
426 struct i387_fsave_struct fsave;
/linux-4.1.27/arch/x86/kernel/
Dxsave.c153 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()
Di387.c175 xstate_size = sizeof(struct i387_fsave_struct); in init_thread_xstate()
248 struct i387_fsave_struct *fp = &fpu->state->fsave; in fpu_finit()