/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/ |
D | SmmCpuFeaturesLib.c | 97 UINT32 RegEdx; in SmmCpuFeaturesLibConstructor() local 104 AsmCpuid (CPUID_VERSION_INFO, &RegEax, NULL, NULL, &RegEdx); in SmmCpuFeaturesLibConstructor() 114 if ((RegEdx & BIT12) != 0) { in SmmCpuFeaturesLibConstructor() 169 AsmCpuid (CPUID_EXTENDED_CPU_SIG, NULL, NULL, NULL, &RegEdx); in SmmCpuFeaturesLibConstructor() 170 if ((RegEdx & BIT29) != 0) { in SmmCpuFeaturesLibConstructor() 220 UINT32 RegEdx; in SmmCpuFeaturesInitializeProcessor() local 283 AsmCpuid (CPUID_VERSION_INFO, &RegEax, NULL, NULL, &RegEdx); in SmmCpuFeaturesInitializeProcessor()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseCacheMaintenanceLib/ |
D | X86Cache.c | 126 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/ |
D | CpuIA32.c | 74 mov DWORD PTR [edi].RegEdx, edx ; Reg->RegEdx 187 mov DWORD PTR [edi].RegEdx, edx ; Reg->RegEdx
|
D | CpuIA32.S | 104 movl %edx, 0xC(%edi) # Reg->RegEdx 227 movl %edx, 0xC(%edi) # Reg->RegEdx
|
D | CpuIA32.asm | 93 mov dword ptr [edi+0Ch],edx ; Reg->RegEdx 213 mov dword ptr [edi + 0Ch], edx ; Reg->RegEdx
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/ |
D | CpuIA32.c | 62 mov DWORD PTR [edi].RegEdx, edx ; Reg->RegEdx in EfiCpuid() 175 mov DWORD PTR [edi].RegEdx, edx ; Reg->RegEdx in EfiCpuidExt()
|
D | CpuIA32.S | 92 movl %edx, 0xC(%edi) # Reg->RegEdx 215 movl %edx, 0xC(%edi) # Reg->RegEdx
|
D | CpuIA32.asm | 75 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/ |
D | DxeLoadFunc.c | 158 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/ |
D | ArchDebugSupport.c | 31 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/ |
D | ArchDebugSupport.c | 31 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/ |
D | SaveLongModeContext.c | 115 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/ |
D | PeCoffExtraActionLib.c | 68 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/MdeModulePkg/Core/DxeIplPeim/X64/ |
D | VirtualMemory.c | 157 UINT32 RegEdx; in CreateIdentityMappingPageTables() local 179 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx); in CreateIdentityMappingPageTables() 180 if ((RegEdx & BIT26) != 0) { in CreateIdentityMappingPageTables()
|
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/ |
D | MemDetect.c | 275 UINT32 RegEdx; in GetPeiMemoryCap() local 299 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx); in GetPeiMemoryCap() 300 if ((RegEdx & BIT26) != 0) { in GetPeiMemoryCap()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ |
D | ScriptExecute.c | 404 UINT32 RegEdx; in BootScriptExecutorEntryPoint() local 436 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx); in BootScriptExecutorEntryPoint() 437 if ((RegEdx & BIT26) != 0) { in BootScriptExecutorEntryPoint()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/ |
D | AcpiS3ContextSave.c | 335 UINT32 RegEdx; in S3AllocatePageTablesBuffer() local 348 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx); in S3AllocatePageTablesBuffer() 349 if ((RegEdx & BIT26) != 0) { in S3AllocatePageTablesBuffer()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | GccInline.c | 1748 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/ |
D | MemoryCallback.c | 300 …NDED_FUNCTION, &FeatureInfo.RegEax, &FeatureInfo.RegEbx, &FeatureInfo.RegEcx, &FeatureInfo.RegEdx); in MemoryDiscoveredPpiNotifyCallback() 302 …_ADDRESS_SIZE, &FeatureInfo.RegEax, &FeatureInfo.RegEbx, &FeatureInfo.RegEcx, &FeatureInfo.RegEdx); in MemoryDiscoveredPpiNotifyCallback()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/X64/ |
D | Cpu.asm | 78 mov [r8 + 12], edx ; Reg->RegEdx 210 mov [r8 + 12], edx ; Reg->RegEdx
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/ |
D | Cpu.asm | 99 mov [r8 + 12], edx ; Reg->RegEdx 231 mov [r8 + 12], edx ; Reg->RegEdx
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/X64/ |
D | CpuFuncs.h | 131 UINT32 RegEdx; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ia32/ |
D | CpuFuncs.h | 129 UINT32 RegEdx; member
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
D | SmmProfile.c | 945 UINT32 RegEdx; in CheckFeatureSupported() local 957 AsmCpuid (CPUID_EXTENDED_CPU_SIG, NULL, NULL, NULL, &RegEdx); in CheckFeatureSupported() 958 if ((RegEdx & CPUID1_EDX_XD_SUPPORT) == 0) { in CheckFeatureSupported() 967 AsmCpuid (CPUID_VERSION_INFO, NULL, NULL, NULL, &RegEdx); in CheckFeatureSupported() 968 if ((RegEdx & CPUID1_EDX_BTS_AVAILABLE) != 0) { in CheckFeatureSupported()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PpmPolicy/ |
D | PpmPolicy.c | 78 …Cpuid (EFI_CPUID_VERSION_INFO, &Cpuid01.RegEax, &Cpuid01.RegEbx, &Cpuid01.RegEcx, &Cpuid01.RegEdx); in PpmPolicyEntry()
|