Home
last modified time | relevance | path

Searched refs:_fpx_sw_bytes (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h40 struct _fpx_sw_bytes { struct
134 struct _fpx_sw_bytes sw_reserved; /* Potential extended state is encoded here */
164 struct _fpx_sw_bytes sw_reserved; /* Potential extended state is encoded here */
/linux/arch/x86/kernel/fpu/
H A Dsignal.c28 struct _fpx_sw_bytes *fx_sw) in check_xstate_in_sigframe()
115 static inline void save_sw_bytes(struct _fpx_sw_bytes *sw_bytes, bool ia32_frame, in save_sw_bytes()
131 struct _fpx_sw_bytes sw_bytes = {}; in save_xstate_epilog()
363 struct _fpx_sw_bytes fx_sw_user; in __fpu_restore_sig()
/linux/tools/testing/selftests/x86/
H A Damx.c200 static inline struct _fpx_sw_bytes *get_fpx_sw_bytes(void *buffer) in get_fpx_sw_bytes()
202 return (struct _fpx_sw_bytes *)(buffer + SW_BYTES_OFFSET); in get_fpx_sw_bytes()
230 struct _fpx_sw_bytes *sw_bytes; in handle_noperm()