Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/fpu/
H A Dlegacy.h50 static inline int fnsave_to_user_sigframe(struct fregs_state __user *fx) in fnsave_to_user_sigframe()
88 static inline void frstor(struct fregs_state *fx) in frstor()
93 static inline int frstor_safe(struct fregs_state *fx) in frstor_safe()
98 static inline int frstor_from_user_sigframe(struct fregs_state __user *fx) in frstor_from_user_sigframe()
H A Dsignal.c88 struct fregs_state __user *fp = buf; in save_fsave_header()
114 sw_bytes->extended_size += sizeof(struct fregs_state); in save_sw_bytes()
166 return fnsave_to_user_sigframe((struct fregs_state __user *) buf); in copy_fpregs_to_sigframe()
480 buf_fx = buf + sizeof(struct fregs_state); in fpu__restore_sig()
481 size += sizeof(struct fregs_state); in fpu__restore_sig()
510 frame_size += sizeof(struct fregs_state); in fpu__alloc_mathframe()
511 sp -= sizeof(struct fregs_state); in fpu__alloc_mathframe()
535 ret += sizeof(struct fregs_state); in fpu__get_fpstate_size()
H A Dinit.c199 size = sizeof(struct fregs_state); in fpu__init_system_xstate_size_legacy()
H A Dregset.c414 sizeof(struct fregs_state)); in fpregs_get()
/openbmc/linux/arch/x86/include/asm/fpu/
H A Dtypes.h12 struct fregs_state { struct
349 struct fregs_state fsave;