/device/linaro/bootloader/edk2/MdePkg/Library/PeiCoreEntryPoint/ |
D | PeiCoreEntryPoint.inf | 18 BASE_NAME = PeiCoreEntryPoint 19 MODULE_UNI_FILE = PeiCoreEntryPoint.uni 23 LIBRARY_CLASS = PeiCoreEntryPoint|PEI_CORE 30 PeiCoreEntryPoint.c
|
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/ |
D | SecMain.c | 181 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()
|
D | FindPeiCore.c | 160 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()
|
D | SecMain.h | 97 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
|
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/ |
D | SecMain.c | 155 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()
|
D | FindPeiCore.c | 160 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()
|
D | SecMain.h | 119 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/ |
D | SecMain.c | 184 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()
|
D | FindPeiCore.c | 160 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()
|
D | SecMain.h | 81 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/ |
D | SecMain.c | 193 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()
|
D | FindPeiCore.c | 160 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()
|
D | SecMain.h | 82 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/ |
D | MainUniCore.c | 29 IN EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint in PrimaryMain() argument 62 (PeiCoreEntryPoint)(&SecCoreData, PpiList); in PrimaryMain()
|
D | PrePeiCore.c | 63 IN EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint in CEntryPoint() argument 98 PrimaryMain (PeiCoreEntryPoint); in CEntryPoint()
|
D | MainMPCore.c | 111 IN EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint in PrimaryMain() argument 153 PeiCoreEntryPoint (&SecCoreData, PpiList); in PrimaryMain()
|
D | PrePeiCore.h | 54 IN EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint
|
/device/linaro/bootloader/edk2/OvmfPkg/Sec/ |
D | SecMain.c | 679 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/ |
D | SignedCapsulePkg.dsc | 30 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/ |
D | SecMain.c | 623 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/ |
D | Host.c | 546 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/IntelFspPkg/FspSecCore/Ia32/ |
D | ResetVec.asm16 | 47 PeiCoreEntryPoint DD 12345678h
|
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/Ia32/ |
D | ResetVec.asm16 | 51 PeiCoreEntryPoint DD 87654321h
|
D | ResetVec.nasmb | 50 PeiCoreEntryPoint: DD 87654321h
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Vtf0/Ia16/ |
D | ResetVec.asm16 | 45 PeiCoreEntryPoint: DD 0x12345678
|