TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
UINTN EFIAPI | AsmMwait (IN UINTN RegisterEax, IN UINTN RegisterEcx) |
AsmMwait function
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Mwait.c.
Executes an MWAIT instruction.
Executes an MWAIT instruction with the register state specified by Eax and Ecx. Returns Eax. This function is only available on IA-32 and x64.
RegisterEax | The value to load into EAX or RAX before executing the MONITOR instruction. |
RegisterEcx | The value to load into ECX or RCX before executing the MONITOR instruction. |