/linux-6.14.4/arch/x86/kernel/fpu/ |
D | xstate.h | 165 static inline void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor) { } in xfd_validate_state() 175 static inline void xfd_update_state(struct fpstate *fpstate) in xfd_update_state() 189 static inline void xfd_update_state(struct fpstate *fpstate) { } in xfd_update_state() 202 static inline void os_xsave(struct fpstate *fpstate) in os_xsave() 223 static inline void os_xrstor(struct fpstate *fpstate, u64 mask) in os_xrstor() 233 static inline void os_xrstor_supervisor(struct fpstate *fpstate) in os_xrstor_supervisor() 288 struct fpstate *fpstate = current->thread.fpu.fpstate; in xsave_to_user_sigframe() local 335 static inline int os_xrstor_safe(struct fpstate *fpstate, u64 mask) in os_xrstor_safe()
|
D | signal.c | 32 void __user *fpstate = fxbuf; in check_xstate_in_sigframe() local 106 struct fpstate *fpstate) in save_sw_bytes() 118 struct fpstate *fpstate) in save_xstate_epilog() 192 struct fpstate *fpstate = tsk->thread.fpu.fpstate; in copy_fpstate_to_sigframe() local 448 static inline unsigned int xstate_sigframe_size(struct fpstate *fpstate) in xstate_sigframe_size()
|
D | core.c | 136 void restore_fpregs_from_fpstate(struct fpstate *fpstate, u64 mask) in restore_fpregs_from_fpstate() 220 struct fpstate *fpstate; in fpu_alloc_guest_fpstate() local 482 static inline void fpstate_init_fxstate(struct fpstate *fpstate) in fpstate_init_fxstate() 491 static inline void fpstate_init_fstate(struct fpstate *fpstate) in fpstate_init_fstate() 504 void fpstate_init_user(struct fpstate *fpstate) in fpstate_init_user() 519 static void __fpstate_reset(struct fpstate *fpstate, u64 xfd) in __fpstate_reset()
|
D | xstate.c | 408 struct fpstate *fpstate) in validate_user_xstate_header() 1079 void __copy_xstate_to_uabi_buf(struct membuf to, struct fpstate *fpstate, in __copy_xstate_to_uabi_buf() 1252 static int copy_uabi_to_xstate(struct fpstate *fpstate, const void *kbuf, in copy_uabi_to_xstate() 1334 int copy_uabi_from_kernel_to_xstate(struct fpstate *fpstate, const void *kbuf, u32 *pkru) in copy_uabi_from_kernel_to_xstate() 1430 static bool xstate_op_valid(struct fpstate *fpstate, u64 mask, bool rstor) in xstate_op_valid() 1476 void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor) in xfd_validate_state()
|
/linux-6.14.4/arch/x86/include/asm/fpu/ |
D | types.h | 358 struct fpstate { struct 360 unsigned int size; 363 unsigned int user_size; 389 * The fpstate has to be there so that argument 415 * currently active fpu.fpstate which contains the xfeature masks argument 478 struct fpstate *fpstate; member 547 struct fpstate *fpstate; member
|
/linux-6.14.4/arch/x86/include/uapi/asm/ |
D | sigcontext.h | 193 struct _fpstate fpstate; member 230 __u32 fpstate; /* Zero when no FPU/extended context */ member 273 __u64 fpstate; /* Zero when no FPU/extended context */ member 320 struct _fpstate __user *fpstate; member 380 struct _fpstate __user *fpstate; /* Zero when no FPU context */ member
|
/linux-6.14.4/tools/testing/selftests/x86/ |
D | corrupt_xstate_header.c | 48 uint8_t *fpstate = (uint8_t *)uc->uc_mcontext.fpregs; in sigusr1() local
|
/linux-6.14.4/arch/x86/kernel/ |
D | signal.c | 95 void __user **fpstate) in get_sigframe()
|
D | signal_64.c | 99 __unsafe_setup_sigcontext(struct sigcontext __user *sc, void __user *fpstate, in __unsafe_setup_sigcontext()
|
D | signal_32.c | 208 void __user *fpstate, in __unsafe_setup_sigcontext32()
|
/linux-6.14.4/arch/m68k/kernel/ |
D | signal.c | 335 unsigned char fpstate[FPCONTEXT_SIZE]; in rt_restore_fpu_state() local 486 unsigned char fpstate[FPCONTEXT_SIZE]; in rt_save_fpu_state() local
|
/linux-6.14.4/arch/m68k/include/asm/ |
D | processor.h | 129 unsigned char fpstate[FPSTATESIZE]; /* floating point state */ member
|
/linux-6.14.4/arch/x86/um/ |
D | signal.c | 24 struct _fpstate_64 fpstate; member
|
/linux-6.14.4/arch/arm/include/asm/ |
D | thread_info.h | 71 union fp_state fpstate __attribute__((aligned(8))); member
|
/linux-6.14.4/arch/x86/kvm/ |
D | x86.c | 12456 struct fpstate *fpstate = vcpu->arch.guest_fpu.fpstate; in kvm_vcpu_reset() local
|