Home
last modified time | relevance | path

Searched refs:Ecx (Results 1 – 25 of 48) sorted by relevance

12

/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
DCpuid.c180 UINT32 Ecx; in CpuidSignature() local
184 AsmCpuid (CPUID_SIGNATURE, &Eax, &Ebx, &Ecx, &Edx); in CpuidSignature()
187 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax, Ebx, Ecx, Edx); in CpuidSignature()
191 *(UINT32 *)(Signature + 8) = Ecx; in CpuidSignature()
209 CPUID_VERSION_INFO_ECX Ecx; in CpuidVersionInfo() local
218 AsmCpuid (CPUID_VERSION_INFO, &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, &Edx.Uint32); in CpuidVersionInfo()
221 …Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx.Uint32, Edx.Uint… in CpuidVersionInfo()
245 PRINT_BIT_FIELD (Ecx, SSE3); in CpuidVersionInfo()
246 PRINT_BIT_FIELD (Ecx, PCLMULQDQ); in CpuidVersionInfo()
247 PRINT_BIT_FIELD (Ecx, DTES64); in CpuidVersionInfo()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
DIpfThunk.h67 UINT32 Ecx; // 4 member
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DGccInline.c1692 IN UINTN Ecx, in AsmMonitor() argument
1700 "c" (Ecx), in AsmMonitor()
1726 IN UINTN Ecx in AsmMwait() argument
1733 "c" (Ecx) in AsmMwait()
DMwait.asm31 ; IN UINTN Ecx
DMwait.nasm32 ; IN UINTN Ecx
DMonitor.asm31 ; IN UINTN Ecx,
DMonitor.nasm32 ; IN UINTN Ecx,
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/
DTransferProtocol.h348 …UINT32 Ecx; // The value of ECX prior to invoking the CPUID instructi… member
354 UINT32 Ecx; // The value of ECX returned by the CPUID instruction member
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DSmmProfileArch.h46 UINT32 Ecx; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DMwait.S30 # IN UINTN Ecx
DMonitor.S30 # IN UINTN Ecx,
DMwait.asm29 ; IN UINTN Ecx
DMonitor.asm29 ; IN UINTN Ecx,
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DMwait.S31 # IN UINTN Ecx
DMwait.asm33 ; IN UINTN Ecx
DMonitor.S31 # IN UINTN Ecx,
DMonitor.asm33 ; IN UINTN Ecx,
DMwait.nasm31 ; IN UINTN Ecx
DMonitor.nasm31 ; IN UINTN Ecx,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DMwait.S33 # IN UINTN Ecx
DMwait.asm33 ; IN UINTN Ecx
DMonitor.asm33 ; IN UINTN Ecx,
DMonitor.S33 # IN UINTN Ecx,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
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;
DAsmFuncs.asm92 ;; 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;

12