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