Home | History | Annotate | Download | only in DxeIpl

Lines Matching refs:PhysicalStart

68     0,                                              // PhysicalStart

132 0x0, // PhysicalStart
152 0x0, // PhysicalStart
171 0x0, // PhysicalStart
209 0x0, // PhysicalStart
412 0, // PhysicalStart (Fixed later)
489 0, // PhysicalStart (Fixed later)
621 gHob->MemoryFreeUnder1MB.PhysicalStart = EFI_MEMORY_BELOW_1MB_START;
627 gHob->MemoryAbove1MB.PhysicalStart = 0;
629 gHob->MemoryAbove4GB.PhysicalStart = 0;
636 if (EfiMemoryDescriptor[Index].PhysicalStart < 0x100000) {
642 if (EfiMemoryDescriptor[Index].PhysicalStart >= 0x100000) {
644 if (gHob->MemoryAbove1MB.PhysicalStart == 0) {
645 gHob->MemoryAbove1MB.PhysicalStart = EfiMemoryDescriptor[Index].PhysicalStart;
647 } else if (gHob->MemoryAbove1MB.PhysicalStart + gHob->MemoryAbove1MB.ResourceLength == EfiMemoryDescriptor[Index].PhysicalStart) {
663 if (EfiMemoryDescriptor[Index].PhysicalStart >= 0x100000000LL) {
665 if (gHob->MemoryAbove4GB.PhysicalStart == 0) {
666 gHob->MemoryAbove4GB.PhysicalStart = EfiMemoryDescriptor[Index].PhysicalStart;
669 if (gHob->MemoryAbove4GB.PhysicalStart + gHob->MemoryAbove4GB.ResourceLength ==
670 EfiMemoryDescriptor[Index].PhysicalStart) {
687 return (VOID *)(UINTN)(gHob->MemoryAbove1MB.PhysicalStart + gHob->MemoryAbove1MB.ResourceLength);
740 gHob->BfvResource.PhysicalStart = gHob->Bfv.BaseAddress;
756 gHob->MemoryDxeCore.PhysicalStart = DxeCoreImageBase;
919 gHob->NvStorageFvResource.PhysicalStart =
930 gHob->NvFtwFvResource.PhysicalStart =
996 if (gHob->MemoryAbove1MB.PhysicalStart + gHob->MemoryAbove1MB.ResourceLength > gHob->Phit.EfiMemoryTop) {
997 gHob->MemoryAbove1MB.ResourceLength = gHob->Phit.EfiMemoryTop - gHob->MemoryAbove1MB.PhysicalStart;