Searched refs:fregs_state (Results 1 – 5 of 5) sorted by relevance
68 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()
213 xstate_size = sizeof(struct fregs_state); in fpu__init_system_xstate_size_legacy()
202 static inline void fpstate_init_fstate(struct fregs_state *fp) in fpstate_init_fstate()
11 struct fregs_state { struct246 struct fregs_state fsave;
128 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()