Home
last modified time | relevance | path

Searched refs:_fpx_sw_bytes (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
H A Dsignal.c18 static struct _fpx_sw_bytes fx_sw_reserved, fx_sw_reserved_ia32;
26 struct _fpx_sw_bytes *fx_sw) in check_for_xstate()
89 struct _fpx_sw_bytes *sw_bytes; in save_xstate_epilog()
313 struct _fpx_sw_bytes fx_sw_user; in __fpu__restore_sig()
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H A 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()
/kernel/linux/linux-5.10/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 */
228 * (struct _fpx_sw_bytes)
271 * (struct _fpx_sw_bytes)
/kernel/linux/linux-6.6/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 */
228 * (struct _fpx_sw_bytes)
271 * (struct _fpx_sw_bytes)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dsigcontext.h26 struct _fpx_sw_bytes { struct
68 struct _fpx_sw_bytes sw_reserved;
85 struct _fpx_sw_bytes sw_reserved;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dsigcontext.h26 struct _fpx_sw_bytes { struct
68 struct _fpx_sw_bytes sw_reserved;
85 struct _fpx_sw_bytes sw_reserved;
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Damx.c226 /* See 'struct _fpx_sw_bytes' at sigcontext.h */
231 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()

Completed in 6 milliseconds