Searched defs:PeimState (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Image/
H A DImage.c699 @param PeimState - The dispatch state of the input PEIM handle.
712 IN UINT8 PeimState,
751 if (PeimState == PEIM_STATE_REGISITER_FOR_SHADOW) {
709 PeiLoadImage( IN CONST EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_FILE_HANDLE FileHandle, IN UINT8 PeimState, OUT EFI_PHYSICAL_ADDRESS *EntryPoint, OUT UINT32 *AuthenticationState ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/
H A DPeiMain.h97 // PEI_CORE_FV_HANDE.PeimState
99 // Look for Private->Fv[FvCount].PeimState[PeimCount]++;
110 UINT8 PeimState[FixedPcdGet32 (PcdPeiCoreMaxPeimPerFv)]; member in struct:__anon10962
835 @param PeimState The dispatch state of the input PEIM handle.
848 IN UINT8 PeimState,

Completed in 36 milliseconds