TianoCore EDK2
master
Loading...
Searching...
No Matches
Monitor.c
Go to the documentation of this file.
1
25
UINTN
26
EFIAPI
27
AsmMonitor
(
28
IN
UINTN
RegisterEax,
29
IN
UINTN
RegisterEcx,
30
IN
UINTN
RegisterEdx
31
)
32
{
33
_asm {
34
mov eax, RegisterEax
35
mov ecx, RegisterEcx
36
mov edx, RegisterEdx
37
_emit 0x0f
// monitor
38
_emit 0x01
39
_emit 0xc8
40
}
41
}
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
IN
#define IN
Definition:
Base.h:279
AsmMonitor
UINTN EFIAPI AsmMonitor(IN UINTN RegisterEax, IN UINTN RegisterEcx, IN UINTN RegisterEdx)
Definition:
Monitor.c:27
MdePkg
Library
BaseLib
Ia32
Monitor.c
Generated on Fri Nov 15 2024 18:01:17 for TianoCore EDK2 by
1.9.6