Searched refs:PeiCoreImageBase (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/ |
D | FindPeiCore.c | 34 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/ |
D | FindPeiCore.c | 34 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/ |
D | FindPeiCore.c | 34 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/ |
D | FindPeiCore.c | 34 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/ |
D | SecMain.c | 463 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()
|