Home
last modified time | relevance | path

Searched refs:xfd_validate_state (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/x86/kernel/fpu/
Dxstate.h141 extern void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor);
143 static inline void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor) { } in xfd_validate_state() function
188 xfd_validate_state(fpstate, mask, false); in os_xsave()
206 xfd_validate_state(fpstate, mask, true); in os_xrstor()
278 xfd_validate_state(fpstate, mask, false); in xsave_to_user_sigframe()
297 xfd_validate_state(current->thread.fpu.fpstate, mask, true); in xrstor_from_user_sigframe()
Dxstate.c1480 void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor) in xfd_validate_state() function