Home
last modified time | relevance | path

Searched refs:rstor (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() argument
A Dxstate.c1432 static bool xstate_op_valid(struct fpstate *fpstate, u64 mask, bool rstor) in xstate_op_valid() argument
1452 return rstor; in xstate_op_valid()
1478 void xfd_validate_state(struct fpstate *fpstate, u64 mask, bool rstor) in xfd_validate_state() argument
1480 WARN_ON_ONCE(!xstate_op_valid(fpstate, mask, rstor)); in xfd_validate_state()

Completed in 6 milliseconds