Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
A Dxstate.h135 extern void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor);
137 static inline void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor) { } in xfd_validate_state() function
170 xfd_validate_state(fpstate, mask, false); in os_xsave()
188 xfd_validate_state(fpstate, mask, true); in os_xrstor()
260 xfd_validate_state(fpstate, mask, false); in xsave_to_user_sigframe()
279 xfd_validate_state(current->thread.fpu.fpstate, mask, true); in xrstor_from_user_sigframe()
A Dxstate.c1478 void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor) in xfd_validate_state() function

Completed in 9 milliseconds