Searched refs:Eax (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DIpfThunk.h66 UINT32 Eax; // 0 member in struct:__anon10420
H A DThunk.c81 DwordRegs.Eax = Regs->X.AX;
104 Regs->E.EAX = DwordRegs.Eax;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DMwait.asm32 ; IN UINTN Eax,
H A DMonitor.S30 # IN UINTN Eax,
H A DMwait.S30 # IN UINTN Eax,
H A DMonitor.asm32 ; IN UINTN Eax,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DMonitor.asm30 ; IN UINTN Eax,
H A DMwait.asm30 ; IN UINTN Eax,
H A DGccInline.c1675 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 Th
1690 AsmMonitor( IN UINTN Eax, IN UINTN Ecx, IN UINTN Edx ) argument
1724 AsmMwait( IN UINTN Eax, IN UINTN Ecx ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
H A DArchRegisters.h99 UINT32 Eax; member in struct:__anon12934
116 UINT32 Eax; member in struct:__anon12935
H A DArchDebugSupport.c185 RegisterGroup->Eax = CpuContext->Eax;
H A DAsmFuncs.S198 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
346 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
H A DAsmFuncs.asm193 ; store UINT32 Edi, Esi, Ebp, Ebx, Edx, Ecx, Eax;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntgc.c54 t->md.gcContext[0] = context.Eax;
87 t->md.gcContext[0] = 0; /* context.Eax */
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
H A DArchRegisters.h130 UINT64 Eax; member in struct:__anon12940
241 UINT64 Eax; member in struct:__anon12945
H A DArchDebugSupport.c181 RegisterGroup->Eax = CpuContext->Rax;
H A DArchReadGroupRegister.c220 SendDataResponsePacket (CpuContext, (UINT8 *) &RegisterGroup.Eax, (UINT16) sizeof (DEBUG_DATA_REPONSE_READ_REGISTER_GROUP_GP));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.S127 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
130 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
394 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
401 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
H A DAsmFuncs.asm76 ;; the buffer used for the FXSTOR instruction is &Eax - 132 - 512, which
92 ;; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
221 ;; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
224 ;; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
488 ;; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
498 ;; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/Ia32/
H A DCpuAsm.S189 #; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
355 #; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
H A DCpuAsm.asm187 ;; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
353 ;; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h5105 If Eax is not NULL, then the value of EAX after CPUID is returned in Eax.
5113 @param Eax The pointer to the 32-bit EAX value returned by the CPUID
5129 OUT UINT32 *Eax, OPTIONAL
5143 If Eax is not NULL, then the value of EAX after CPUID is returned in Eax.
5152 @param Eax The pointer to the 32-bit EAX value returned by the CPUID
5173 OUT UINT32 *Eax, OPTIONAL
6806 Executes a MONITOR instruction with the register state specified by Eax, Ecx
6807 and Edx. Returns Eax
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDebugSupport.h131 UINT32 Eax; member in struct:__anon12039
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDebugSupport.h133 UINT32 Eax; member in struct:__anon15606
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.c183 SystemContext.SystemContextIa32->Eax,

Completed in 449 milliseconds

12