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

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/PlatformPei/
H A DMemDetect.c99 UINT64 MemorySize; local
115 MemorySize = LowerMemorySize - MemoryBase;
116 if (MemorySize > SIZE_64MB) {
118 MemorySize = SIZE_64MB;
124 Status = PublishSystemMemory(MemoryBase, MemorySize);
130 AddMemoryBaseSizeHob (MemoryBase, MemorySize);
134 MtrrSetMemoryAttribute (BASE_1MB, MemoryBase + MemorySize - BASE_1MB, CacheWriteBack);
144 return MemoryBase + MemorySize;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PlatformPei/
H A DMemDetect.c125 UINT64 MemorySize; local
141 MemorySize = LowerMemorySize - MemoryBase;
142 if (MemorySize > SIZE_64MB) {
144 MemorySize = SIZE_64MB;
146 MemorySize -= BASE_64KB; /* Reserves 64KB for ACPI tables. */
151 Status = PublishSystemMemory(MemoryBase, MemorySize);
157 AddMemoryBaseSizeHob (MemoryBase, MemorySize);
159 MtrrSetMemoryAttribute (BASE_1MB, MemoryBase + MemorySize - BASE_1MB, CacheWriteBack);
170 return MemoryBase + MemorySize;
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DRuntimeMemAllocation.c87 UINTN MemorySize; local
106 MemorySize = ScratchBufferSize - sizeof (RT_MEMORY_PAGE_TABLE) + sizeof (RT_MEMORY_PAGE_ENTRY);
108 mRTPageTable->PageCount = MemorySize / (RT_PAGE_SIZE + sizeof (RT_MEMORY_PAGE_ENTRY));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBios.c695 UINT32 MemorySize; local
852 MemorySize = PcdGet32 (PcdEbdaReservedMemorySize);
853 ASSERT ((MemorySize & 0xFFF) == 0);
857 CONVENTIONAL_MEMORY_TOP - MemorySize,
858 EFI_SIZE_TO_PAGES (MemorySize),
863 ZeroMem ((VOID *) ((UINTN) MemoryAddress), MemorySize);
888 MemorySize = PcdGet32 (PcdLowPmmMemorySize);
889 ASSERT ((MemorySize & 0xFFF) == 0);
893 EFI_SIZE_TO_PAGES (MemorySize),
898 ZeroMem ((VOID *) ((UINTN) MemoryAddressUnder1MB), MemorySize);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.c650 @param MemorySize The size of the memory to process
656 IN UINT32 MemorySize,
664 UnicodeValueToString (StringBuffer, LEFT_JUSTIFY, MemorySize, 6);
655 ConvertMemorySizeToString( IN UINT32 MemorySize, OUT CHAR16 **String ) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcndr.h205 ULONG MemorySize; member in struct:_MIDL_STUB_MESSAGE
618 Ndr##type##MemorySize( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat );
H A Ddbghelp.h675 ULONG MemorySize; member in struct:_MINIDUMP_CALLBACK_OUTPUT::__anon13374::__anon13375
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcndr.h190 ULONG MemorySize; member in struct:_MIDL_STUB_MESSAGE
597 Ndr##type##MemorySize( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat );
H A Ddbghelp.h615 ULONG MemorySize; member in struct:_MINIDUMP_CALLBACK_OUTPUT::__anon773::__anon774
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Guid/
H A DDataHubRecords.h1038 EFI_EXP_BASE2_DATA MemorySize; member in struct:__anon10608

Completed in 180 milliseconds