Home | History | Annotate | Download | only in PeiFspHobProcessLibVlv2

Lines Matching refs:PhysicalStart

196       DEBUG((DEBUG_INFO, "PhysicalStart: 0x%x\n", Hob.ResourceDescriptor->PhysicalStart));

202 && (Hob.ResourceDescriptor->PhysicalStart >= BASE_1MB)
203 && (Hob.ResourceDescriptor->PhysicalStart + Hob.ResourceDescriptor->ResourceLength <= BASE_4GB)) {
210 && (Hob.ResourceDescriptor->PhysicalStart >= BASE_1MB)
211 && (Hob.ResourceDescriptor->PhysicalStart + Hob.ResourceDescriptor->ResourceLength <= BASE_4GB)
214 FspMemoryBase = Hob.ResourceDescriptor->PhysicalStart;
220 && (Hob.ResourceDescriptor->PhysicalStart >= 0x100000)
221 && (Hob.ResourceDescriptor->PhysicalStart + Hob.ResourceDescriptor->ResourceLength <= 0x100000000)
224 TsegBase = Hob.ResourceDescriptor->PhysicalStart;
242 Hob.ResourceDescriptor->PhysicalStart,
373 SmramHobDescriptorBlock->Descriptor[0].PhysicalStart = TsegBase;