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