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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/
H A DUefiCapsule.c903 @param CapsuleBase Base address of coalesced capsule, which is preceeded
913 IN VOID *CapsuleBase
927 TestPtr = (UINT32 *) CapsuleBase;
942 DEBUG ((EFI_D_INFO, "Capsule test pattern mode FAILED: BaseAddr/FailAddr 0x%X 0x%X\n", (UINT32)(UINTN)(EFI_CAPSULE_PEIM_PRIVATE_DATA *)CapsuleBase, (UINT32)(UINTN)TestPtr));
966 @param CapsuleBase address returned by the capsule coalesce function. Most
970 @retval EFI_VOLUME_CORRUPTED CapsuleBase does not appear to point to a
978 IN VOID *CapsuleBase,
994 PrivateData = (EFI_CAPSULE_PEIM_PRIVATE_DATA *) CapsuleBase;
1002 DataPtr = (UINT32*)((UINTN)CapsuleBase + (UINTN)sizeof(EFI_CAPSULE_PEIM_PRIVATE_DATA)+ Size);
976 CreateState( IN EFI_PEI_SERVICES **PeiServices, IN VOID *CapsuleBase, IN UINTN CapsuleSize ) argument

Completed in 101 milliseconds