Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dfpu-internal.h157 static inline int fsave_user(struct i387_fsave_struct __user *fx) in fsave_user()
197 static inline int frstor_checking(struct i387_fsave_struct *fx) in frstor_checking()
202 static inline int frstor_user(struct i387_fsave_struct __user *fx) in frstor_user()
489 buf_fx = buf + sizeof(struct i387_fsave_struct); in restore_xstate_sig()
490 size += sizeof(struct i387_fsave_struct); in restore_xstate_sig()
612 frame_size += sizeof(struct i387_fsave_struct); in alloc_mathframe()
613 sp -= sizeof(struct i387_fsave_struct); in alloc_mathframe()
Dprocessor.h296 struct i387_fsave_struct { struct
386 struct i387_fsave_struct fsave;
/arch/x86/kernel/
Dxsave.c149 struct i387_fsave_struct __user *fp = buf; in save_fsave_header()
207 err = fsave_user((struct i387_fsave_struct __user *) buf); in save_user_xstate()
431 int fsave_header_size = sizeof(struct i387_fsave_struct); in prepare_fx_sw_frame()
Di387.c148 xstate_size = sizeof(struct i387_fsave_struct); in init_thread_xstate()
196 struct i387_fsave_struct *fp = &fpu->state->fsave; in fpu_finit()