Home
last modified time | relevance | path

Searched refs:PeiCoreEntryPoint (Results 1 – 25 of 50) sorted by relevance

12

/device/linaro/bootloader/edk2/MdePkg/Library/PeiCoreEntryPoint/
DPeiCoreEntryPoint.inf18 BASE_NAME = PeiCoreEntryPoint
19 MODULE_UNI_FILE = PeiCoreEntryPoint.uni
23 LIBRARY_CLASS = PeiCoreEntryPoint|PEI_CORE
30 PeiCoreEntryPoint.c
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
DSecMain.c181 EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint; in SecStartupPhase2() local
189 …tryPoints ((EFI_FIRMWARE_VOLUME_HEADER *) SecCoreData->BootFirmwareVolumeBase, &PeiCoreEntryPoint); in SecStartupPhase2()
190 if (PeiCoreEntryPoint == NULL) in SecStartupPhase2()
259 ASSERT (PeiCoreEntryPoint != NULL); in SecStartupPhase2()
260 (*PeiCoreEntryPoint) (SecCoreData, PpiList); in SecStartupPhase2()
DFindPeiCore.c160 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint in FindAndReportEntryPoints() argument
192 …Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint); in FindAndReportEntryPoints()
194 *PeiCoreEntryPoint = 0; in FindAndReportEntryPoints()
DSecMain.h97 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/
DSecMain.c155 EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint; in SecStartupPhase2() local
162 …tryPoints ((EFI_FIRMWARE_VOLUME_HEADER *) SecCoreData->BootFirmwareVolumeBase, &PeiCoreEntryPoint); in SecStartupPhase2()
163 if (PeiCoreEntryPoint == NULL) in SecStartupPhase2()
171 ASSERT (PeiCoreEntryPoint != NULL); in SecStartupPhase2()
172 (*PeiCoreEntryPoint) (SecCoreData, (EFI_PEI_PPI_DESCRIPTOR *)&mPeiSecPlatformInformationPpi); in SecStartupPhase2()
DFindPeiCore.c160 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint in FindAndReportEntryPoints() argument
192 …Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint); in FindAndReportEntryPoints()
194 *PeiCoreEntryPoint = 0; in FindAndReportEntryPoints()
DSecMain.h119 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
DSecMain.c184 EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint; in SecStartupPhase2() local
191 …tryPoints ((EFI_FIRMWARE_VOLUME_HEADER *) SecCoreData->BootFirmwareVolumeBase, &PeiCoreEntryPoint); in SecStartupPhase2()
192 if (PeiCoreEntryPoint == NULL) in SecStartupPhase2()
257 ASSERT (PeiCoreEntryPoint != NULL); in SecStartupPhase2()
258 (*PeiCoreEntryPoint) (SecCoreData, PpiList); in SecStartupPhase2()
DFindPeiCore.c160 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint in FindAndReportEntryPoints() argument
192 …Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint); in FindAndReportEntryPoints()
194 *PeiCoreEntryPoint = 0; in FindAndReportEntryPoints()
DSecMain.h81 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
DSecMain.c193 EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint; in SecStartupPhase2() local
200 …tryPoints ((EFI_FIRMWARE_VOLUME_HEADER *) SecCoreData->BootFirmwareVolumeBase, &PeiCoreEntryPoint); in SecStartupPhase2()
201 if (PeiCoreEntryPoint == NULL) in SecStartupPhase2()
266 ASSERT (PeiCoreEntryPoint != NULL); in SecStartupPhase2()
267 (*PeiCoreEntryPoint) (SecCoreData, PpiList); in SecStartupPhase2()
DFindPeiCore.c160 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint in FindAndReportEntryPoints() argument
192 …Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint); in FindAndReportEntryPoints()
194 *PeiCoreEntryPoint = 0; in FindAndReportEntryPoints()
DSecMain.h82 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
DMainUniCore.c29 IN EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint in PrimaryMain() argument
62 (PeiCoreEntryPoint)(&SecCoreData, PpiList); in PrimaryMain()
DPrePeiCore.c63 IN EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint in CEntryPoint() argument
98 PrimaryMain (PeiCoreEntryPoint); in CEntryPoint()
DMainMPCore.c111 IN EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint in PrimaryMain() argument
153 PeiCoreEntryPoint (&SecCoreData, PpiList); in PrimaryMain()
DPrePeiCore.h54 IN EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint
/device/linaro/bootloader/edk2/OvmfPkg/Sec/
DSecMain.c679 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint in FindAndReportEntryPoints() argument
713 …Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint); in FindAndReportEntryPoints()
715 *PeiCoreEntryPoint = 0; in FindAndReportEntryPoints()
848 EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint; in SecStartupPhase2() local
857 FindAndReportEntryPoints (&BootFv, &PeiCoreEntryPoint); in SecStartupPhase2()
864 (*PeiCoreEntryPoint) (SecCoreData, (EFI_PEI_PPI_DESCRIPTOR *)&mPrivateDispatchTable); in SecStartupPhase2()
/device/linaro/bootloader/edk2/SignedCapsulePkg/
DSignedCapsulePkg.dsc30 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/
DSecMain.c623 EFI_PHYSICAL_ADDRESS PeiCoreEntryPoint; in SecLoadFromCore() local
671 &PeiCoreEntryPoint in SecLoadFromCore()
681 (SWITCH_STACK_ENTRY_POINT) (UINTN) PeiCoreEntryPoint, in SecLoadFromCore()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DHost.c546 EFI_PHYSICAL_ADDRESS PeiCoreEntryPoint; in SecLoadFromCore() local
592 Status = SecPeCoffGetEntryPoint (PeiCorePe32File, (VOID **)&PeiCoreEntryPoint); in SecLoadFromCore()
601 (SWITCH_STACK_ENTRY_POINT) (UINTN) PeiCoreEntryPoint, in SecLoadFromCore()
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/Ia32/
DResetVec.asm1651 PeiCoreEntryPoint DD 87654321h
DResetVec.nasmb50 PeiCoreEntryPoint: DD 87654321h
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/Ia32/
DResetVec.asm1651 PeiCoreEntryPoint DD 87654321h
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/Ia16/
DResetVec.asm1645 PeiCoreEntryPoint: DD 0x12345678

12