Searched refs:EntryPhysicalAddress (Results 1 – 1 of 1) sorted by relevance
2022 EFI_PHYSICAL_ADDRESS EntryPhysicalAddress; in GetCoreEntryPointAddress() local2042 EntryPhysicalAddress = FvInfo->BaseAddress; in GetCoreEntryPointAddress()2043 …EntryPhysicalAddress += (UINTN)Pe32Section.Pe32Section + GetSectionHeaderLength(Pe32Section.Common… in GetCoreEntryPointAddress()2044 EntryPhysicalAddress += EntryPoint; in GetCoreEntryPointAddress()2046 *CoreEntryAddress = EntryPhysicalAddress; in GetCoreEntryPointAddress()