/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/ |
D | FspWrapperHobProcessLibSample.c | 194 && (Hob.ResourceDescriptor->PhysicalStart >= BASE_1MB) in PostFspmHobProcess() 202 && (Hob.ResourceDescriptor->PhysicalStart >= BASE_1MB) in PostFspmHobProcess() 245 BASE_1MB, in PostFspmHobProcess() 287 CapsuleBuffer = (VOID *)(UINTN)BASE_1MB; in PostFspmHobProcess() 313 BASE_1MB, in PostFspmHobProcess() 324 PeiMemBase = BASE_1MB + LowMemorySize - PeiMemSize; in PostFspmHobProcess()
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/ |
D | FspHobProcessLibSample.c | 192 && (Hob.ResourceDescriptor->PhysicalStart >= BASE_1MB) in FspHobProcessForMemoryResource() 200 && (Hob.ResourceDescriptor->PhysicalStart >= BASE_1MB) in FspHobProcessForMemoryResource() 243 BASE_1MB, in FspHobProcessForMemoryResource() 285 CapsuleBuffer = (VOID *)(UINTN)BASE_1MB; in FspHobProcessForMemoryResource() 311 BASE_1MB, in FspHobProcessForMemoryResource() 322 PeiMemBase = BASE_1MB + LowMemorySize - PeiMemSize; in FspHobProcessForMemoryResource()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/PeiFspHobProcessLibVlv2/ |
D | FspHobProcessLibVlv2.c | 201 && (Hob.ResourceDescriptor->PhysicalStart >= BASE_1MB) in FspHobProcessForMemoryResource() 209 && (Hob.ResourceDescriptor->PhysicalStart >= BASE_1MB) in FspHobProcessForMemoryResource() 269 BASE_1MB, in FspHobProcessForMemoryResource() 309 CapsuleBuffer = (VOID *)(UINTN)BASE_1MB; in FspHobProcessForMemoryResource() 335 BASE_1MB, in FspHobProcessForMemoryResource() 346 PeiMemBase = BASE_1MB + LowMemorySize - PeiMemSize; in FspHobProcessForMemoryResource()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/ |
D | PeiMpLib.c | 213 if ((Hob.ResourceDescriptor->PhysicalStart < BASE_1MB) && in GetWakeupBuffer() 225 if (WakeupBufferEnd > BASE_1MB) { in GetWakeupBuffer() 229 WakeupBufferEnd = BASE_1MB; in GetWakeupBuffer()
|
D | DxeMpLib.c | 97 StartAddress = BASE_1MB; in AllocateResetVector()
|
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/ |
D | MemDetect.c | 460 AddMemoryRangeHob (BASE_1MB, LowerMemorySize - TsegSize); in QemuInitializeRam() 464 AddMemoryRangeHob (BASE_1MB, LowerMemorySize); in QemuInitializeRam() 505 BASE_1MB - (BASE_512KB + BASE_128KB), CacheUncacheable); in QemuInitializeRam()
|
D | Platform.c | 179 AddIoMemoryRangeHob (0x0A0000, BASE_1MB); in MemMapInitialization()
|
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/ |
D | LegacyRegion.h | 54 #define PAM_LIMIT_ADDRESS BASE_1MB
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspPlatformLib/ |
D | FspPlatformMemory.c | 112 if (Hob.ResourceDescriptor->PhysicalStart >= BASE_1MB && in FspGetSystemMemorySize()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/ |
D | MtrrLib.c | 1168 if (Address < BASE_1MB) { in MtrrGetMemoryAttributeByAddressWorker() 1347 Base = BASE_1MB; in MtrrDebugPrintAllMtrrsWorker() 1363 RangeBase = BASE_1MB; in MtrrDebugPrintAllMtrrsWorker() 1364 NoRangeBase = BASE_1MB; in MtrrDebugPrintAllMtrrsWorker() 1535 if (BaseAddress < BASE_1MB) { in MtrrSetMemoryAttributeWorker() 1536 while ((BaseAddress < BASE_1MB) && (Length > 0) && Status == RETURN_SUCCESS) { in MtrrSetMemoryAttributeWorker() 1571 if (BaseAddress == BASE_1MB) { in MtrrSetMemoryAttributeWorker()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/ |
D | MtrrLib.c | 1192 if (Address < BASE_1MB) { in MtrrGetMemoryAttributeByAddressWorker() 1371 Base = BASE_1MB; in MtrrDebugPrintAllMtrrsWorker() 1387 RangeBase = BASE_1MB; in MtrrDebugPrintAllMtrrsWorker() 1388 NoRangeBase = BASE_1MB; in MtrrDebugPrintAllMtrrsWorker() 1559 if (BaseAddress < BASE_1MB) { in MtrrSetMemoryAttributeWorker() 1561 while ((BaseAddress < BASE_1MB) && (Length > 0) && Status == RETURN_SUCCESS) { in MtrrSetMemoryAttributeWorker() 1596 if (BaseAddress == BASE_1MB) { in MtrrSetMemoryAttributeWorker()
|
/device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportPei/ |
D | CbSupportPei.c | 311 MtrrSetMemoryAttribute (BASE_1MB, LowMemorySize - BASE_1MB, CacheWriteBack); in CbPeiEntryPoint()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PropertiesTableAttributesDxe/ |
D | PropertiesTableAttributesDxe.c | 68 if (MemoryMapEntry->PhysicalStart < BASE_1MB) { in SetMemorySpaceAttributesDefault()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/ |
D | AcpiVariableHobOnSmramReserveHobThunk.c | 140 if (NewDescriptorBlock->Descriptor[Index].PhysicalStart < BASE_1MB) { in SplitSmramReserveHob()
|
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspPlatformLib/ |
D | FspPlatformMemory.c | 58 if (Hob.ResourceDescriptor->PhysicalStart >= BASE_1MB && in FspGetSystemMemorySize()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/ |
D | CpuS3Data.c | 106 AcpiCpuDataEx->AcpiCpuData.StartupVector = BASE_1MB - 1; in CpuS3DataOnEndOfDxe()
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseCacheLib/ |
D | CacheLib.c | 520 if (MemoryAddress == BASE_1MB) { in SetCacheAttributes()
|
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseCacheLib/ |
D | CacheLib.c | 520 if (MemoryAddress == BASE_1MB) { in SetCacheAttributes()
|
/device/linaro/bootloader/edk2/MdePkg/Include/ |
D | Base.h | 495 #define BASE_1MB 0x00100000 macro
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
D | PiSmmCpuDxeSmm.c | 999 if (SmramRanges[Index].CpuStart >= BASE_1MB) { in FindSmramInfo()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/ |
D | PlatformEarlyInit.c | 869 if (DescriptorBlock->Descriptor[Index].CpuStart < BASE_1MB) { in PlatformEarlyInitEntry()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyBios.c | 883 for (StartAddress = BASE_1MB; StartAddress < BASE_16MB; ) { in LegacyBiosInstall()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | PiSmmIpl.c | 1573 if (gSmmCorePrivate->SmramRanges[Index].CpuStart >= BASE_1MB) { in SmmIplEntry()
|