Home
last modified time | relevance | path

Searched refs:RegEdx (Results 1 – 25 of 38) sorted by relevance

12

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/
DSmmCpuFeaturesLib.c87 UINT32 RegEdx; in SmmCpuFeaturesLibConstructor() local
94 AsmCpuid (CPUID_VERSION_INFO, &RegEax, NULL, NULL, &RegEdx); in SmmCpuFeaturesLibConstructor()
104 if ((RegEdx & BIT12) != 0) { in SmmCpuFeaturesLibConstructor()
159 AsmCpuid (CPUID_EXTENDED_CPU_SIG, NULL, NULL, NULL, &RegEdx); in SmmCpuFeaturesLibConstructor()
160 if ((RegEdx & BIT29) != 0) { in SmmCpuFeaturesLibConstructor()
210 UINT32 RegEdx; in SmmCpuFeaturesInitializeProcessor() local
256 AsmCpuid (CPUID_VERSION_INFO, &RegEax, NULL, NULL, &RegEdx); in SmmCpuFeaturesInitializeProcessor()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseCacheMaintenanceLib/
DX86Cache.c126 UINT32 RegEdx; in WriteBackInvalidateDataCacheRange() local
141 AsmCpuid (0x01, NULL, &RegEbx, NULL, &RegEdx); in WriteBackInvalidateDataCacheRange()
142 if ((RegEdx & BIT19) == 0) { in WriteBackInvalidateDataCacheRange()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/
DCpuIA32.c74 mov DWORD PTR [edi].RegEdx, edx ; Reg->RegEdx
187 mov DWORD PTR [edi].RegEdx, edx ; Reg->RegEdx
DCpuIA32.S104 movl %edx, 0xC(%edi) # Reg->RegEdx
227 movl %edx, 0xC(%edi) # Reg->RegEdx
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/
DCpuIA32.c62 mov DWORD PTR [edi].RegEdx, edx ; Reg->RegEdx in EfiCpuid()
175 mov DWORD PTR [edi].RegEdx, edx ; Reg->RegEdx in EfiCpuidExt()
DCpuIA32.S92 movl %edx, 0xC(%edi) # Reg->RegEdx
215 movl %edx, 0xC(%edi) # Reg->RegEdx
DCpuIA32.asm75 mov dword ptr [edi+0Ch],edx ; Reg->RegEdx
195 mov dword ptr [edi + 0Ch], edx ; Reg->RegEdx
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
DDxeLoadFunc.c158 UINT32 RegEdx; in IsIa32PaeSupport() local
164 AsmCpuid (0x1, NULL, NULL, NULL, &RegEdx); in IsIa32PaeSupport()
165 if ((RegEdx & BIT6) != 0) { in IsIa32PaeSupport()
186 UINT32 RegEdx; in IsExecuteDisableBitAvailable() local
192 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx); in IsExecuteDisableBitAvailable()
193 if ((RegEdx & BIT20) != 0) { in IsExecuteDisableBitAvailable()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
DArchDebugSupport.c31 UINT32 RegEdx; in InitializeDebugIdt() local
66 AsmCpuid (1, NULL, NULL, NULL, &RegEdx); in InitializeDebugIdt()
67 if ((RegEdx & BIT2) != 0) { in InitializeDebugIdt()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
DArchDebugSupport.c31 UINT32 RegEdx; in InitializeDebugIdt() local
68 AsmCpuid (1, NULL, NULL, NULL, &RegEdx); in InitializeDebugIdt()
69 if ((RegEdx & BIT2) != 0) { in InitializeDebugIdt()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64/
DSaveLongModeContext.c115 UINT32 RegEdx; in PrepareContextForCapsulePei() local
132 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx); in PrepareContextForCapsulePei()
133 if ((RegEdx & BIT26) != 0) { in PrepareContextForCapsulePei()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/
DPeCoffExtraActionLib.c68 UINT32 RegEdx; in PeCoffLoaderExtraActionCommon() local
88 AsmCpuid (1, NULL, NULL, NULL, &RegEdx); in PeCoffLoaderExtraActionCommon()
89 if ((RegEdx & BIT2) == 0) { in PeCoffLoaderExtraActionCommon()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
DCpuMpPei.c135 UINT32 RegEdx; in GetApLoopMode() local
161 AsmCpuid (CPUID_MONITOR_MWAIT, NULL, &RegEbx, NULL, &RegEdx); in GetApLoopMode()
202 UINT32 RegEdx; in SaveVolatileRegisters() local
208 AsmCpuid (CPUID_VERSION_INFO, NULL, NULL, NULL, &RegEdx); in SaveVolatileRegisters()
209 if ((RegEdx & BIT2) != 0) { in SaveVolatileRegisters()
236 UINT32 RegEdx; in RestoreVolatileRegisters() local
243 AsmCpuid (CPUID_VERSION_INFO, NULL, NULL, NULL, &RegEdx); in RestoreVolatileRegisters()
244 if ((RegEdx & BIT2) != 0) { in RestoreVolatileRegisters()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DApStartup.c338 UINT32 RegEdx; in IsBspExecuteDisableEnabled() local
345 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx); in IsBspExecuteDisableEnabled()
350 if ((RegEdx & BIT20) != 0) { in IsBspExecuteDisableEnabled()
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
DMemDetect.c141 UINT32 RegEdx; in GetPeiMemoryCap() local
165 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx); in GetPeiMemoryCap()
166 if ((RegEdx & BIT26) != 0) { in GetPeiMemoryCap()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
DVirtualMemory.c155 UINT32 RegEdx; in CreateIdentityMappingPageTables() local
177 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx); in CreateIdentityMappingPageTables()
178 if ((RegEdx & BIT26) != 0) { in CreateIdentityMappingPageTables()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DCpuService.c51 UINT32 RegEdx; in SmmGetProcessorLocation() local
68 AsmCpuid (CPUID_VERSION_INFO, NULL, NULL, NULL, &RegEdx); in SmmGetProcessorLocation()
69 ASSERT ((RegEdx & BIT28) != 0); in SmmGetProcessorLocation()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/
DScriptExecute.c404 UINT32 RegEdx; in BootScriptExecutorEntryPoint() local
432 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx); in BootScriptExecutorEntryPoint()
433 if ((RegEdx & BIT26) != 0) { in BootScriptExecutorEntryPoint()
/device/linaro/bootloader/edk2/OvmfPkg/AcpiS3SaveDxe/
DAcpiS3Save.c301 UINT32 RegEdx; in S3CreateIdentityMappingPageTables() local
314 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx); in S3CreateIdentityMappingPageTables()
315 if ((RegEdx & BIT26) != 0) { in S3CreateIdentityMappingPageTables()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
DAcpiS3Save.c367 UINT32 RegEdx; in S3AllocatePageTablesBuffer() local
380 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx); in S3AllocatePageTablesBuffer()
381 if ((RegEdx & BIT26) != 0) { in S3AllocatePageTablesBuffer()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DGccInline.c1748 UINT32 RegEdx; in AsmFlushCacheLine() local
1754 AsmCpuid (0x01, NULL, NULL, NULL, &RegEdx); in AsmFlushCacheLine()
1755 if ((RegEdx & BIT19) == 0) { in AsmFlushCacheLine()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DMemoryCallback.c302 …NDED_FUNCTION, &FeatureInfo.RegEax, &FeatureInfo.RegEbx, &FeatureInfo.RegEcx, &FeatureInfo.RegEdx); in MemoryDiscoveredPpiNotifyCallback()
304 …_ADDRESS_SIZE, &FeatureInfo.RegEax, &FeatureInfo.RegEbx, &FeatureInfo.RegEcx, &FeatureInfo.RegEdx); in MemoryDiscoveredPpiNotifyCallback()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/X64/
DCpu.asm78 mov [r8 + 12], edx ; Reg->RegEdx
210 mov [r8 + 12], edx ; Reg->RegEdx
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DPageTbl.c36 UINT32 RegEdx; in Is1GPageSupport() local
40 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx); in Is1GPageSupport()
41 if ((RegEdx & BIT26) != 0) { in Is1GPageSupport()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/
DCpu.asm99 mov [r8 + 12], edx ; Reg->RegEdx
231 mov [r8 + 12], edx ; Reg->RegEdx

12