Searched refs:MemSize (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBda.c45 Bda->MemSize = 0x27f;
H A DLegacyBiosInterface.h685 40:13-14 MemSize below 1MB
723 UINT16 MemSize; member in struct:__anon10436
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Ppi/
H A DCapsule.h59 IN OUT UINTN *MemSize
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.h93 @param[in] MemSize Size of the Memory buffer. OPTIONAL and ignored if not FileTypeMemBuffer.
107 IN UINTN MemSize,
120 @param[in] MemSize Size of the Memory buffer. OPTIONAL and ignored if not FileTypeMemBuffer.
132 IN UINTN MemSize,
H A DBufferImage.c902 @param[in] MemSize Size of the Memory buffer. OPTIONAL and ignored if not FileTypeMemBuffer.
916 IN UINTN MemSize,
948 Status = HMemImageRead (MemOffset, MemSize, Recover);
971 @param[in] MemSize Size of the Memory buffer. OPTIONAL and ignored if not FileTypeMemBuffer.
983 IN UINTN MemSize,
1015 Status = HMemImageSave (MemOffset, MemSize);
910 HBufferImageRead( IN CONST CHAR16 *FileName, IN CONST CHAR16 *DiskName, IN UINTN DiskOffset, IN UINTN DiskSize, IN UINTN MemOffset, IN UINTN MemSize, IN EDIT_FILE_TYPE BufferType, IN BOOLEAN Recover ) argument
977 HBufferImageSave( IN CHAR16 *FileName, IN CHAR16 *DiskName, IN UINTN DiskOffset, IN UINTN DiskSize, IN UINTN MemOffset, IN UINTN MemSize, IN EDIT_FILE_TYPE BufferType ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileDelete.c34 UINTN MemSize; local
42 MemSize = sizeof (EFI_USER_INFO) + 63;
43 Info = AllocateZeroPool (MemSize);
51 InfoSize = MemSize;
72 MemSize = InfoSize;
74 Info = AllocateZeroPool (MemSize);
H A DUserProfileModify.c118 UINTN MemSize; local
147 MemSize = sizeof (EFI_USER_INFO) + 63;
148 Info = AllocateZeroPool (MemSize);
165 InfoSize = MemSize;
174 MemSize = InfoSize;
176 Info = AllocateZeroPool (MemSize);
772 UINTN MemSize; local
782 MemSize = sizeof (EFI_USER_INFO) + 63;
783 Info = AllocateZeroPool (MemSize);
799 InfoSize = MemSize;
1393 UINTN MemSize; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/Common/
H A DCapsuleCoalesce.c42 @param MemSize The size of the block of memory pointed to by MemBase
46 between MemBase and (MemBase + MemSize). The memory pointed to does not
55 UINTN MemSize,
85 @param MemSize size of the system memory pointed to by MemBase
96 IN UINTN MemSize
162 @param MemSize The size of the block of memory pointed to by MemBase
166 between MemBase and (MemBase + MemSize). The memory pointed to does not
175 UINTN MemSize,
189 MemEnd = MemBase + MemSize - DataSize;
340 @param MemSize siz
172 FindFreeMem( EFI_CAPSULE_BLOCK_DESCRIPTOR *BlockList, UINT8 *MemBase, UINTN MemSize, UINTN DataSize ) argument
[all...]

Completed in 83 milliseconds