Searched refs:HandoffInformationTable (Results 1 – 14 of 14) sorted by relevance
107 Hob.HandoffInformationTable->Version = Version; in BuildHobHandoffInfoTable()108 Hob.HandoffInformationTable->BootMode = BootMode; in BuildHobHandoffInfoTable()110 Hob.HandoffInformationTable->EfiMemoryTop = EfiMemoryTop; in BuildHobHandoffInfoTable()111 Hob.HandoffInformationTable->EfiMemoryBottom = EfiMemoryBottom; in BuildHobHandoffInfoTable()112 Hob.HandoffInformationTable->EfiFreeMemoryTop = EfiFreeMemoryTop; in BuildHobHandoffInfoTable()113 Hob.HandoffInformationTable->EfiFreeMemoryBottom = EfiFreeMemoryBottom; in BuildHobHandoffInfoTable()115 HobEnd.Raw = (VOID*)(Hob.HandoffInformationTable + 1); in BuildHobHandoffInfoTable()116 Hob.HandoffInformationTable->EfiEndOfHobList = (EFI_PHYSICAL_ADDRESS) (UINTN) HobEnd.Raw; in BuildHobHandoffInfoTable()118 HandOffHob.HandoffInformationTable->EfiFreeMemoryBottom = (EFI_PHYSICAL_ADDRESS) (UINTN) Hob.Raw; in BuildHobHandoffInfoTable()161 Hob.Raw = (VOID*)(UINTN)(HandOffHob.HandoffInformationTable->EfiEndOfHobList); in BuildHobModule()[all …]
49 Offset = Hob.HandoffInformationTable->EfiFreeMemoryTop & 0xFFF; in AllocatePages()52 Hob.HandoffInformationTable->EfiFreeMemoryTop -= Offset; in AllocatePages()58 …if (Hob.HandoffInformationTable->EfiFreeMemoryTop - ((Pages * EFI_PAGE_SIZE) + sizeof (EFI_HOB_MEM… in AllocatePages()64 Hob.HandoffInformationTable->EfiFreeMemoryTop -= Pages * EFI_PAGE_SIZE; in AllocatePages()73 Hob.HandoffInformationTable->EfiFreeMemoryTop, in AllocatePages()77 return (VOID *)(UINTN)Hob.HandoffInformationTable->EfiFreeMemoryTop; in AllocatePages()
154 EFI_HOB_HANDOFF_INFO_TABLE *HandoffInformationTable; in PeiCore() local223 HandoffInformationTable = OldCoreData->HobList.HandoffInformationTable; in PeiCore()225 …HandoffInformationTable->EfiEndOfHobList = HandoffInformationTable->EfiEndOfHobList + OldCoreDat… in PeiCore()227 …HandoffInformationTable->EfiEndOfHobList = HandoffInformationTable->EfiEndOfHobList - OldCoreDat… in PeiCore()229 …HandoffInformationTable->EfiMemoryTop = OldCoreData->PhysicalMemoryBegin + OldCoreData->Phy… in PeiCore()230 HandoffInformationTable->EfiMemoryBottom = OldCoreData->PhysicalMemoryBegin; in PeiCore()231 HandoffInformationTable->EfiFreeMemoryTop = OldCoreData->FreePhysicalMemoryTop; in PeiCore()232 …HandoffInformationTable->EfiFreeMemoryBottom = HandoffInformationTable->EfiEndOfHobList + sizeof (… in PeiCore()250 …4(PcdLoadModuleAtFixAddressEnable) != 0 && (OldCoreData->HobList.HandoffInformationTable->BootMode… in PeiCore()263 … if ((HandoffInformationTable->BootMode == BOOT_ON_S3_RESUME && PcdGetBool (PcdShadowPeimOnS3Boot)) in PeiCore()[all …]
135 Hob.HandoffInformationTable->Version, in EblHobCmd()136 Hob.HandoffInformationTable->BootMode, in EblHobCmd()137 Hob.HandoffInformationTable->EfiMemoryTop, in EblHobCmd()138 Hob.HandoffInformationTable->EfiMemoryBottom in EblHobCmd()146 Hob.HandoffInformationTable->EfiFreeMemoryTop, in EblHobCmd()147 Hob.HandoffInformationTable->EfiFreeMemoryBottom, in EblHobCmd()148 Hob.HandoffInformationTable->EfiEndOfHobList in EblHobCmd()
48 HandOffHob = (PrivateData->HobList.HandoffInformationTable); in PeiGetBootMode()80 HandOffHob = (PrivateData->HobList.HandoffInformationTable); in PeiSetBootMode()
174 FreeMemoryTop = &(Hob.HandoffInformationTable->EfiFreeMemoryTop); in PeiAllocatePages()175 FreeMemoryBottom = &(Hob.HandoffInformationTable->EfiFreeMemoryBottom); in PeiAllocatePages()
686 …0x%X\n", Private->HobList.Raw, (UINT32)((UINTN) Private->HobList.HandoffInformationTable->EfiFreeM… in PeiCheckAndSwitchStack()692 …(UINT32)((UINTN)Private->HobList.HandoffInformationTable->EfiFreeMemoryBottom - (UINTN)Private->Ho… in PeiCheckAndSwitchStack()696 …if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0 && (Private->HobList.HandoffInformationTable->B… in PeiCheckAndSwitchStack()838 …Size = (UINTN) (Private->HobList.HandoffInformationTable->EfiFreeMemoryBottom - Private->HobList.H… in PeiCheckAndSwitchStack()951 …if ((Private->PeiMemoryInstalled) && (Private->HobList.HandoffInformationTable->BootMode != BOOT_O… in PeiDispatcher()1143 …(Private->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME || PcdGetBool (PcdShadowP… in PeiDispatcher()1149 …if ((Private->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME) && !PcdGetBool (PcdS… in PeiDispatcher()
120 …if (Private->PeiMemoryInstalled && (((Private->HobList.HandoffInformationTable->BootMode != BOOT_… in GetImageReadFunction()121 …((Private->HobList.HandoffInformationTable->BootMode == BOOT_ON_S3_RESUME) && PcdGetBool (PcdShado… in GetImageReadFunction()384 if (Private->HobList.HandoffInformationTable->BootMode == BOOT_ON_S3_RESUME) { in LoadAndRelocatePeCoffImage()449 …if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0 && (Private->HobList.HandoffInformationTable->B… in LoadAndRelocatePeCoffImage()
142 return Hob.HandoffInformationTable->Version; in GetHobVersion()177 *BootMode = Hob.HandoffInformationTable->BootMode; in GetHobBootMode()
463 EFI_HOB_HANDOFF_INFO_TABLE *HandoffInformationTable; member
235 EFI_HOB_HANDOFF_INFO_TABLE *HandoffInformationTable; member
394 return Hob.HandoffInformationTable->BootMode; in GetBootMode()418 Hob.HandoffInformationTable->BootMode = BootMode; in SetBootMode()
875 BootMode = Hob.HandoffInformationTable->BootMode; in GenericMemoryTestEntryPoint()
2095 PhitHob = Hob.HandoffInformationTable; in CoreInitializeMemoryServices()