Searched refs:xfd_validate_state (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/x86/kernel/fpu/ |
| H A D | xstate.h | 166 extern void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor); 168 static inline void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor) { } in xfd_validate_state() function 213 xfd_validate_state(fpstate, mask, false); in os_xsave() 231 xfd_validate_state(fpstate, mask, true); in os_xrstor() 303 xfd_validate_state(fpstate, mask, false); in xsave_to_user_sigframe() 325 xfd_validate_state(current->thread.fpu.fpstate, mask, true); in xrstor_from_user_sigframe()
|
| H A D | xstate.c | 1464 void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor) in xfd_validate_state() function
|