TianoCore EDK2
master
Loading...
Searching...
No Matches
FxRestore.c
Go to the documentation of this file.
1
9
#include "
BaseLibInternals.h
"
10
21
VOID
22
EFIAPI
23
InternalX86FxRestore
(
24
IN
CONST
IA32_FX_BUFFER *Buffer
25
)
26
{
27
_asm {
28
mov eax, Buffer
29
fxrstor [eax]
30
}
31
}
BaseLibInternals.h
InternalX86FxRestore
VOID EFIAPI InternalX86FxRestore(IN CONST IA32_FX_BUFFER *Buffer)
Definition:
FxRestore.c:23
CONST
#define CONST
Definition:
Base.h:259
IN
#define IN
Definition:
Base.h:279
MdePkg
Library
BaseLib
Ia32
FxRestore.c
Generated on Fri Nov 15 2024 18:01:17 for TianoCore EDK2 by
1.9.6