Lines Matching refs:fx
74 static inline int xsave_state_booting(struct xsave_struct *fx, u64 mask) in xsave_state_booting() argument
86 : "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xsave_state_booting()
92 : "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xsave_state_booting()
101 static inline int xrstor_state_booting(struct xsave_struct *fx, u64 mask) in xrstor_state_booting() argument
113 : "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xrstor_state_booting()
119 : "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xrstor_state_booting()
127 static inline int xsave_state(struct xsave_struct *fx, u64 mask) in xsave_state() argument
150 [fx] "D" (fx), "a" (lmask), "d" (hmask) : in xsave_state()
163 static inline int xrstor_state(struct xsave_struct *fx, u64 mask) in xrstor_state() argument
177 "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xrstor_state()
199 static inline int fpu_xrstor_checking(struct xsave_struct *fx) in fpu_xrstor_checking() argument
201 return xrstor_state(fx, -1); in fpu_xrstor_checking()