Home
last modified time | relevance | path

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

/arch/x86/kernel/fpu/
A Dxstate.h177 extern void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor);
179 static inline void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor) { } in xfd_validate_state() function
224 xfd_validate_state(fpstate, mask, false); in os_xsave()
242 xfd_validate_state(fpstate, mask, true); in os_xrstor()
314 xfd_validate_state(fpstate, mask, false); in xsave_to_user_sigframe()
336 xfd_validate_state(x86_task_fpu(current)->fpstate, mask, true); in xrstor_from_user_sigframe()
A Dxstate.c1541 void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor) in xfd_validate_state() function

Completed in 8 milliseconds