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