Home
last modified time | relevance | path

Searched refs:SecPpiList (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/Sec/
DSec.c81 EFI_PEI_PPI_DESCRIPTOR *SecPpiList; in _ModuleEntryPoint() local
109 SecPpiList = (EFI_PEI_PPI_DESCRIPTOR *)SecCoreData->PeiTemporaryRamBase; in _ModuleEntryPoint()
120 SecPpiList = &PpiArray[0]; in _ModuleEntryPoint()
125 CopyMem (SecPpiList, PpiList, sizeof (EFI_PEI_PPI_DESCRIPTOR) * Index); in _ModuleEntryPoint()
126 CopyMem (&SecPpiList[Index], gPrivateDispatchTable, sizeof (gPrivateDispatchTable)); in _ModuleEntryPoint()
141 EntryPoint (SecCoreData, SecPpiList); in _ModuleEntryPoint()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
DSecMain.c156 IN OUT EFI_PEI_PPI_DESCRIPTOR *SecPpiList, in PatchTopOfTemporaryRamPpi() argument
160 SecPpiList[0].Ppi = TopOfTemporaryRam; in PatchTopOfTemporaryRamPpi()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
DSecMain.c165 IN OUT EFI_PEI_PPI_DESCRIPTOR *SecPpiList, in PatchTopOfTemporaryRamPpi() argument
169 SecPpiList[0].Ppi = TopOfTemporaryRam; in PatchTopOfTemporaryRamPpi()