Home
last modified time | relevance | path

Searched refs:XSAVEArea (Results 1 – 3 of 3) sorted by relevance

/sys/amd64/include/
Damd64op.h377 static INLINE void fxsave(struct XSAVEArea *xsa) in fxsave()
386 static INLINE void fxrstor(struct XSAVEArea *xsa) in fxrstor()
394 static INLINE void xsave(struct XSAVEArea *xsa, uint64_t mask) in xsave()
405 static INLINE void xsaveopt(struct XSAVEArea *xsa, uint64_t mask) in xsaveopt()
416 static INLINE void xrstor(struct XSAVEArea *xsa, uint64_t mask) in xrstor()
Dthread.h20 XSAVEArea xsa;
Damd64.h129 typedef struct XSAVEArea struct
142 } XSAVEArea; argument