Home | History | Annotate | Download | only in X64

Lines Matching refs:Eax

1675   Executes a MONITOR instruction with the register state specified by Eax, Ecx

1676 and Edx. Returns Eax. This function is only available on IA-32 and X64.
1678 @param Eax The value to load into EAX or RAX before executing the MONITOR
1685 @return Eax
1691 IN UINTN Eax,
1699 : "a" (Eax),
1704 return Eax;
1711 Executes an MWAIT instruction with the register state specified by Eax and
1712 Ecx. Returns Eax. This function is only available on IA-32 and X64.
1714 @param Eax The value to load into EAX or RAX before executing the MONITOR
1719 @return Eax
1725 IN UINTN Eax,
1732 : "a" (Eax),
1736 return Eax;