/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/ |
D | Cpuid.c | 180 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/ |
D | IpfThunk.h | 67 UINT32 Ecx; // 4 member
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
D | GccInline.c | 1692 IN UINTN Ecx, in AsmMonitor() argument 1700 "c" (Ecx), in AsmMonitor() 1726 IN UINTN Ecx in AsmMwait() argument 1733 "c" (Ecx) in AsmMwait()
|
D | Mwait.asm | 31 ; IN UINTN Ecx
|
D | Mwait.nasm | 32 ; IN UINTN Ecx
|
D | Monitor.asm | 31 ; IN UINTN Ecx,
|
D | Monitor.nasm | 32 ; IN UINTN Ecx,
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/ |
D | TransferProtocol.h | 348 …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/ |
D | SmmProfileArch.h | 46 UINT32 Ecx; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/ |
D | Mwait.S | 30 # IN UINTN Ecx
|
D | Monitor.S | 30 # IN UINTN Ecx,
|
D | Mwait.asm | 29 ; IN UINTN Ecx
|
D | Monitor.asm | 29 ; IN UINTN Ecx,
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | Mwait.S | 31 # IN UINTN Ecx
|
D | Mwait.asm | 33 ; IN UINTN Ecx
|
D | Monitor.S | 31 # IN UINTN Ecx,
|
D | Monitor.asm | 33 ; IN UINTN Ecx,
|
D | Mwait.nasm | 31 ; IN UINTN Ecx
|
D | Monitor.nasm | 31 ; IN UINTN Ecx,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | Mwait.S | 33 # IN UINTN Ecx
|
D | Mwait.asm | 33 ; IN UINTN Ecx
|
D | Monitor.asm | 33 ; IN UINTN Ecx,
|
D | Monitor.S | 33 # IN UINTN Ecx,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/ |
D | AsmFuncs.S | 127 ## 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;
|
D | AsmFuncs.asm | 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;
|