HomeSort by relevance Sort by last modified time
    Searched refs:TsegBase (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/PeiFspHobProcessLibVlv2/
FspHobProcessLibVlv2.c 168 EFI_PHYSICAL_ADDRESS TsegBase;
181 TsegBase = 0;
224 TsegBase = Hob.ResourceDescriptor->PhysicalStart;
233 DEBUG((EFI_D_ERROR, "Find Tseg mem hob, base 0x%lx, len 0x%lx\n", TsegBase, TsegSize));
373 SmramHobDescriptorBlock->Descriptor[0].PhysicalStart = TsegBase;
374 SmramHobDescriptorBlock->Descriptor[0].CpuStart = TsegBase;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/
AcpiSmmPlatform.c 229 UINTN TsegBase;
244 TsegBase = (UINTN)DescriptorBlock->Descriptor[TsegIndex].PhysicalStart;
247 DEBUG ((EFI_D_INFO, "SMM Base: %08X\n", TsegBase));
254 AcpiS3Range = (RESERVED_ACPI_S3_RANGE*) (UINTN) (TsegBase + RESERVED_ACPI_S3_RANGE_OFFSET);
    [all...]

Completed in 111 milliseconds