HomeSort by relevance Sort by last modified time
    Searched refs:PeiCoreEntryPoint (Results 1 - 25 of 35) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdePkg/Library/PeiCoreEntryPoint/
PeiCoreEntryPoint.inf 18 BASE_NAME = PeiCoreEntryPoint
19 MODULE_UNI_FILE = PeiCoreEntryPoint.uni
23 LIBRARY_CLASS = PeiCoreEntryPoint|PEI_CORE
30 PeiCoreEntryPoint.c
PeiCoreEntryPoint.c 21 #include <Library/PeiCoreEntryPoint.h>
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
MainUniCore.c 29 IN EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint
62 (PeiCoreEntryPoint)(&SecCoreData, PpiList);
PrePeiCore.h 54 IN EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint
MainMPCore.c 111 IN EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint
153 PeiCoreEntryPoint (&SecCoreData, PpiList);
PrePeiCore.c 63 IN EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint
98 PrimaryMain (PeiCoreEntryPoint);
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/
SecMain.c 155 EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint;
162 FindAndReportEntryPoints ((EFI_FIRMWARE_VOLUME_HEADER *) SecCoreData->BootFirmwareVolumeBase, &PeiCoreEntryPoint);
163 if (PeiCoreEntryPoint == NULL)
171 ASSERT (PeiCoreEntryPoint != NULL);
172 (*PeiCoreEntryPoint) (SecCoreData, (EFI_PEI_PPI_DESCRIPTOR *)&mPeiSecPlatformInformationPpi);
FindPeiCore.c 153 @param PeiCoreEntryPoint The entry point of the PEI core.
160 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
192 Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint);
194 *PeiCoreEntryPoint = 0;
SecMain.h 112 @param PeiCoreEntryPoint Point to the PEI core entry point.
119 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
SecMain.c 193 EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint;
200 FindAndReportEntryPoints ((EFI_FIRMWARE_VOLUME_HEADER *) SecCoreData->BootFirmwareVolumeBase, &PeiCoreEntryPoint);
201 if (PeiCoreEntryPoint == NULL)
266 ASSERT (PeiCoreEntryPoint != NULL);
267 (*PeiCoreEntryPoint) (SecCoreData, PpiList);
FindPeiCore.c 153 @param[out] PeiCoreEntryPoint The entry point of the PEI core.
160 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
192 Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint);
194 *PeiCoreEntryPoint = 0;
SecMain.h 75 @param[out] PeiCoreEntryPoint Point to the PEI core entry point.
82 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
SecMain.c 184 EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint;
191 FindAndReportEntryPoints ((EFI_FIRMWARE_VOLUME_HEADER *) SecCoreData->BootFirmwareVolumeBase, &PeiCoreEntryPoint);
192 if (PeiCoreEntryPoint == NULL)
257 ASSERT (PeiCoreEntryPoint != NULL);
258 (*PeiCoreEntryPoint) (SecCoreData, PpiList);
FindPeiCore.c 153 @param[out] PeiCoreEntryPoint The entry point of the PEI core.
160 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
192 Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint);
194 *PeiCoreEntryPoint = 0;
SecMain.h 74 @param[out] PeiCoreEntryPoint Point to the PEI core entry point.
81 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
  /device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
SecMain.c 179 EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint;
187 FindAndReportEntryPoints ((EFI_FIRMWARE_VOLUME_HEADER *) SecCoreData->BootFirmwareVolumeBase, &PeiCoreEntryPoint);
188 if (PeiCoreEntryPoint == NULL)
249 ASSERT (PeiCoreEntryPoint != NULL);
250 (*PeiCoreEntryPoint) (SecCoreData, PpiList);
FindPeiCore.c 153 @param PeiCoreEntryPoint The entry point of the PEI core.
160 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
192 Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint);
194 *PeiCoreEntryPoint = 0;
SecMain.h 87 @param PeiCoreEntryPoint Point to the PEI core entry point.
94 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/
PeiMain.inf 67 PeiCoreEntryPoint
  /device/linaro/bootloader/edk2/OvmfPkg/Sec/
SecMain.c 442 @param[out] PeiCoreEntryPoint The entry point of the PEI Core image
529 @param[out] PeiCoreEntryPoint The entry point of the PEI Core image
668 OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint
702 Status = PeCoffLoaderGetEntryPoint ((VOID *) (UINTN) PeiCoreImageBase, (VOID**) PeiCoreEntryPoint);
704 *PeiCoreEntryPoint = 0;
837 EFI_PEI_CORE_ENTRY_POINT PeiCoreEntryPoint;
846 FindAndReportEntryPoints (&BootFv, &PeiCoreEntryPoint);
853 (*PeiCoreEntryPoint) (SecCoreData, (EFI_PEI_PPI_DESCRIPTOR *)&mPrivateDispatchTable);
  /device/linaro/bootloader/edk2/MdePkg/
MdePkg.dsc 98 MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/
CorebootPayloadPkgIa32.dsc 59 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
CorebootPayloadPkgIa32X64.dsc 59 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.c 546 EFI_PHYSICAL_ADDRESS PeiCoreEntryPoint;
592 Status = SecPeCoffGetEntryPoint (PeiCorePe32File, (VOID **)&PeiCoreEntryPoint);
601 (SWITCH_STACK_ENTRY_POINT) (UINTN) PeiCoreEntryPoint,
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 622 EFI_PHYSICAL_ADDRESS PeiCoreEntryPoint;
670 &PeiCoreEntryPoint
680 (SWITCH_STACK_ENTRY_POINT) (UINTN) PeiCoreEntryPoint,
    [all...]

Completed in 1201 milliseconds

1 2