Home
last modified time | relevance | path

Searched refs:RegEcx (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BaseRngLib/
DBaseRng.c48 UINT32 RegEcx; in BaseRngLibConstructor() local
54 AsmCpuid (1, 0, 0, &RegEcx, 0); in BaseRngLibConstructor()
55 ASSERT ((RegEcx & RDRAND_MASK) == RDRAND_MASK); in BaseRngLibConstructor()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/
DCpuIA32.c73 mov DWORD PTR [edi].RegEcx, ecx ; Reg->RegEcx in EfiReadMsr()
186 mov DWORD PTR [edi].RegEcx, ecx ; Reg->RegEcx
DCpuIA32.S103 movl %ecx, 8(%edi) # Reg->RegEcx
226 movl %ecx, 8(%edi) # Reg->RegEcx
DCpuIA32.asm92 mov dword ptr [edi+8],ecx ; Reg->RegEcx
212 mov dword ptr [edi + 8], ecx ; Reg->RegEcx
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/
DCpuIA32.c61 mov DWORD PTR [edi].RegEcx, ecx ; Reg->RegEcx in EfiCpuid()
174 mov DWORD PTR [edi].RegEcx, ecx ; Reg->RegEcx in EfiCpuidExt()
DCpuIA32.S91 movl %ecx, 8(%edi) # Reg->RegEcx
214 movl %ecx, 8(%edi) # Reg->RegEcx
DCpuIA32.asm74 mov dword ptr [edi+8],ecx ; Reg->RegEcx
194 mov dword ptr [edi + 8], ecx ; Reg->RegEcx
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DCpuService.c50 UINT32 RegEcx; in SmmGetProcessorLocation() local
85 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, 0, &RegEax, &RegEbx, &RegEcx, NULL); in SmmGetProcessorLocation()
98 LevelType = (RegEcx >> 8) & 0xff; in SmmGetProcessorLocation()
115 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, SubIndex, &RegEax, NULL, &RegEcx, NULL); in SmmGetProcessorLocation()
116 LevelType = (RegEcx >> 8) & 0xff; in SmmGetProcessorLocation()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
DPeiMpServices.c53 UINT32 RegEcx; in ExtractProcessorLocation() local
90 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, 0, &RegEax, &RegEbx, &RegEcx, NULL); in ExtractProcessorLocation()
103 LevelType = (RegEcx >> 8) & 0xff; in ExtractProcessorLocation()
113 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, SubIndex, &RegEax, NULL, &RegEcx, NULL); in ExtractProcessorLocation()
114 LevelType = (RegEcx >> 8) & 0xff; in ExtractProcessorLocation()
DCpuMpPei.c134 UINT32 RegEcx; in GetApLoopMode() local
142 AsmCpuid (CPUID_VERSION_INFO, NULL, NULL, &RegEcx, NULL); in GetApLoopMode()
143 if ((RegEcx & BIT3) == 0) { in GetApLoopMode()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DMemoryCallback.c302 …XTENDED_FUNCTION, &FeatureInfo.RegEax, &FeatureInfo.RegEbx, &FeatureInfo.RegEcx, &FeatureInfo.RegE… in MemoryDiscoveredPpiNotifyCallback()
304 …HYS_ADDRESS_SIZE, &FeatureInfo.RegEax, &FeatureInfo.RegEbx, &FeatureInfo.RegEcx, &FeatureInfo.RegE… in MemoryDiscoveredPpiNotifyCallback()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/X64/
DCpu.asm77 mov [r8 + 8], ecx ; Reg->RegEcx
209 mov [r8 + 8 ], ecx ; Reg->RegEcx
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/
DCpu.asm98 mov [r8 + 8], ecx ; Reg->RegEcx
230 mov [r8 + 8 ], ecx ; Reg->RegEcx
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/X64/
DCpuFuncs.h130 UINT32 RegEcx; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ia32/
DCpuFuncs.h128 UINT32 RegEcx; member
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
DCpuIA32.h38 UINT32 RegEcx;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/
DCpuIA32.h28 UINT32 RegEcx; member
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PpmPolicy/
DPpmPolicy.c83 …AsmCpuid (EFI_CPUID_VERSION_INFO, &Cpuid01.RegEax, &Cpuid01.RegEbx, &Cpuid01.RegEcx, &Cpuid01.RegE… in PpmPolicyEntry()