Home
last modified time | relevance | path

Searched refs:PeiCoreImageBase (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
DFindPeiCore.c34 OUT EFI_PHYSICAL_ADDRESS *PeiCoreImageBase in FindImageBase() argument
46 *PeiCoreImageBase = 0; in FindImageBase()
128 …*PeiCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEA… in FindImageBase()
130 …*PeiCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEA… in FindImageBase()
140 if (*SecCoreImageBase != 0 && *PeiCoreImageBase != 0) { in FindImageBase()
165 EFI_PHYSICAL_ADDRESS PeiCoreImageBase; in FindAndReportEntryPoints() local
171 Status = FindImageBase (BootFirmwareVolumePtr, &SecCoreImageBase, &PeiCoreImageBase); in FindAndReportEntryPoints()
185 ImageContext.ImageAddress = PeiCoreImageBase; in FindAndReportEntryPoints()
192 …Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint); in FindAndReportEntryPoints()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
DFindPeiCore.c34 OUT EFI_PHYSICAL_ADDRESS *PeiCoreImageBase in FindImageBase() argument
46 *PeiCoreImageBase = 0; in FindImageBase()
128 …*PeiCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEA… in FindImageBase()
130 …*PeiCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEA… in FindImageBase()
140 if (*SecCoreImageBase != 0 && *PeiCoreImageBase != 0) { in FindImageBase()
165 EFI_PHYSICAL_ADDRESS PeiCoreImageBase; in FindAndReportEntryPoints() local
171 Status = FindImageBase (BootFirmwareVolumePtr, &SecCoreImageBase, &PeiCoreImageBase); in FindAndReportEntryPoints()
185 ImageContext.ImageAddress = PeiCoreImageBase; in FindAndReportEntryPoints()
192 …Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint); in FindAndReportEntryPoints()
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
DFindPeiCore.c34 OUT EFI_PHYSICAL_ADDRESS *PeiCoreImageBase in FindImageBase() argument
46 *PeiCoreImageBase = 0; in FindImageBase()
128 …*PeiCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEA… in FindImageBase()
130 …*PeiCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEA… in FindImageBase()
140 if (*SecCoreImageBase != 0 && *PeiCoreImageBase != 0) { in FindImageBase()
165 EFI_PHYSICAL_ADDRESS PeiCoreImageBase; in FindAndReportEntryPoints() local
171 Status = FindImageBase (BootFirmwareVolumePtr, &SecCoreImageBase, &PeiCoreImageBase); in FindAndReportEntryPoints()
185 ImageContext.ImageAddress = PeiCoreImageBase; in FindAndReportEntryPoints()
192 …Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint); in FindAndReportEntryPoints()
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/
DFindPeiCore.c34 OUT EFI_PHYSICAL_ADDRESS *PeiCoreImageBase in FindImageBase() argument
46 *PeiCoreImageBase = 0; in FindImageBase()
128 …*PeiCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEA… in FindImageBase()
130 …*PeiCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEA… in FindImageBase()
140 if (*SecCoreImageBase != 0 && *PeiCoreImageBase != 0) { in FindImageBase()
165 EFI_PHYSICAL_ADDRESS PeiCoreImageBase; in FindAndReportEntryPoints() local
171 Status = FindImageBase (BootFirmwareVolumePtr, &SecCoreImageBase, &PeiCoreImageBase); in FindAndReportEntryPoints()
185 ImageContext.ImageAddress = PeiCoreImageBase; in FindAndReportEntryPoints()
192 …Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint); in FindAndReportEntryPoints()
/device/linaro/bootloader/edk2/OvmfPkg/Sec/
DSecMain.c463 OUT EFI_PHYSICAL_ADDRESS *PeiCoreImageBase in FindPeiCoreImageBaseInFv() argument
488 *PeiCoreImageBase = (EFI_PHYSICAL_ADDRESS)(UINTN)(Section + 1); in FindPeiCoreImageBaseInFv()
550 OUT EFI_PHYSICAL_ADDRESS *PeiCoreImageBase in FindPeiCoreImageBase() argument
555 *PeiCoreImageBase = 0; in FindPeiCoreImageBase()
577 FindPeiCoreImageBaseInFv (*BootFv, PeiCoreImageBase); in FindPeiCoreImageBase()
684 EFI_PHYSICAL_ADDRESS PeiCoreImageBase; in FindAndReportEntryPoints() local
693 FindPeiCoreImageBase (BootFirmwareVolumePtr, &PeiCoreImageBase); in FindAndReportEntryPoints()
706 ImageContext.ImageAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)PeiCoreImageBase; in FindAndReportEntryPoints()
713 …Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint); in FindAndReportEntryPoints()