Home
last modified time | relevance | path

Searched refs:fregs_state (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/kernel/fpu/
Dsignal.c68 struct fregs_state __user *fp = buf; in save_fsave_header()
126 err = copy_fregs_to_user((struct fregs_state __user *) buf); in copy_fpregs_to_sigframe()
356 buf_fx = buf + sizeof(struct fregs_state); in fpu__restore_sig()
357 size += sizeof(struct fregs_state); in fpu__restore_sig()
371 frame_size += sizeof(struct fregs_state); in fpu__alloc_mathframe()
372 sp -= sizeof(struct fregs_state); in fpu__alloc_mathframe()
397 int fsave_header_size = sizeof(struct fregs_state); in fpu__init_prepare_fx_sw_frame()
Dinit.c213 xstate_size = sizeof(struct fregs_state); in fpu__init_system_xstate_size_legacy()
Dcore.c202 static inline void fpstate_init_fstate(struct fregs_state *fp) in fpstate_init_fstate()
/linux-4.4.14/arch/x86/include/asm/fpu/
Dtypes.h11 struct fregs_state { struct
246 struct fregs_state fsave;
Dinternal.h128 static inline int copy_fregs_to_user(struct fregs_state __user *fx) in copy_fregs_to_user()
174 static inline void copy_kernel_to_fregs(struct fregs_state *fx) in copy_kernel_to_fregs()
181 static inline int copy_user_to_fregs(struct fregs_state __user *fx) in copy_user_to_fregs()