Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/uapi/asm/
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-6.6.21/arch/x86/kernel/fpu/
Dsignal.c28 struct _fpx_sw_bytes *fx_sw) in check_xstate_in_sigframe()
105 static inline void save_sw_bytes(struct _fpx_sw_bytes *sw_bytes, bool ia32_frame, in save_sw_bytes()
121 struct _fpx_sw_bytes sw_bytes = {}; in save_xstate_epilog()
346 struct _fpx_sw_bytes fx_sw_user; in __fpu_restore_sig()
/linux-6.6.21/tools/testing/selftests/x86/
Damx.c231 static inline struct _fpx_sw_bytes *get_fpx_sw_bytes(void *buffer) in get_fpx_sw_bytes()
233 return (struct _fpx_sw_bytes *)(buffer + SW_BYTES_OFFSET); in get_fpx_sw_bytes()
261 struct _fpx_sw_bytes *sw_bytes; in handle_noperm()