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