TianoCore EDK2 master
Loading...
Searching...
No Matches
FxSave.c
Go to the documentation of this file.
1
9#include "BaseLibInternals.h"
10
21VOID
22EFIAPI
24 OUT IA32_FX_BUFFER *Buffer
25 )
26{
27 _asm {
28 mov eax, Buffer
29 fxsave [eax]
30 }
31}
VOID EFIAPI InternalX86FxSave(OUT IA32_FX_BUFFER *Buffer)
Definition: FxSave.c:23
#define OUT
Definition: Base.h:284