Searched refs:MemorySize (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/PlatformPei/
H A DPlatform.h21 UINT64 MemorySize
33 UINT64 MemorySize
45 UINT64 MemorySize
51 UINT64 MemorySize
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;
H A DPlatform.c64 UINT64 MemorySize
74 MemorySize
81 UINT64 MemorySize
91 MemorySize
108 UINT64 MemorySize
121 MemorySize
139 UINT64 MemorySize
151 MemorySize
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PlatformPei/
H A DPlatform.h47 UINT64 MemorySize
59 UINT64 MemorySize
71 UINT64 MemorySize
77 UINT64 MemorySize
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;
H A DPlatform.c90 UINT64 MemorySize
100 MemorySize
107 UINT64 MemorySize
117 MemorySize
124 UINT64 MemorySize
140 MemorySize
143 DEBUG ((DEBUG_INFO, "ROM HOB: at 0x%llx size 0x%llx\n", MemoryBase, MemorySize));
160 UINT64 MemorySize
173 MemorySize
191 UINT64 MemorySize
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/Common/
H A DCommonHeader.h59 @param MemorySize Size of the memory region pointed to by MemoryBase.
80 IN OUT UINTN *MemorySize
H A DCapsuleCoalesce.c801 @param MemorySize Size of the memory region pointed to by MemoryBase.
819 IN OUT UINTN *MemorySize
906 DEBUG ((EFI_D_INFO, "Capsule Memory range from 0x%8X to 0x%8X\n", (UINTN) *MemoryBase, (UINTN)*MemoryBase + *MemorySize));
908 if (((UINTN)*MemoryBase + *MemorySize) < (UINTN) MIN_COALESCE_ADDR) {
911 *MemorySize = *MemorySize - ((UINTN) MIN_COALESCE_ADDR - (UINTN) *MemoryBase);
916 if (*MemorySize <= (CapsuleSize + DescriptorsSize)) {
921 FreeMemSize = *MemorySize;
1062 *MemorySize = (UINTN) CapsuleSize;
/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/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/MdeModulePkg/Universal/CapsulePei/
H A DUefiCapsule.c382 @param MemorySize Size of memory range.
394 IN OUT UINTN *MemorySize
411 MemorySize64 = (UINT64) (UINTN) *MemorySize;
426 // Check if memory range reserved is overlap with MemoryBase ~ MemoryBase + MemorySize.
475 *MemorySize = (UINTN) MemorySize64;
701 @param MemorySize Size of the memory region pointed to by MemoryBase.
721 IN OUT UINTN *MemorySize
847 Status = ModeSwitch (&LongModeBuffer, CoalesceEntry, (EFI_PHYSICAL_ADDRESS)(UINTN)VariableArrayAddress, MemoryBase, MemorySize);
852 Status = CapsuleDataCoalesce (PeiServices, (EFI_PHYSICAL_ADDRESS *)(UINTN)VariableArrayAddress, MemoryBase, MemorySize);
858 Status = CapsuleDataCoalesce (PeiServices, (EFI_PHYSICAL_ADDRESS *)(UINTN)VariableArrayAddress, MemoryBase, MemorySize);
[all...]
H A DCapsule.h124 IN OUT UINTN *MemorySize
/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp78 CHECK_ERROR_RET(machine, COMGETTER(MemorySize)(&memorySize), rc);
94 CHECK_ERROR(machine, COMSETTER(MemorySize)(memorySizeBig));
105 CHECK_ERROR_RET(machine, COMGETTER(MemorySize)(&memorySizeGot), rc);
113 readonlyMachine->COMGETTER(MemorySize)(&memorySizeRO);
126 CHECK_ERROR_RET(machine, COMGETTER(MemorySize)(&memorySizeGot), rc);
132 CHECK_ERROR_RET(machine, COMSETTER(MemorySize)(memorySize), rc);
156 readonlyMachine->COMGETTER(MemorySize)(&memorySizeRO);
751 CHECK_ERROR_BREAK(machine, COMSETTER(MemorySize)(111));
1161 CHECK_ERROR_BREAK(host, COMGETTER(MemorySize)(&uMemSize));
/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/Frontends/VBoxManage/
H A DVBoxManageList.cpp218 CHECK_ERROR(Host, COMGETTER(MemorySize)(&memorySize));
H A DVBoxManageInfo.cpp519 SHOW_ULONG_PROP( machine, MemorySize, "memory", "Memory size", "MB");
H A DVBoxManageModifyVM.cpp570 CHECK_ERROR(sessionMachine, COMSETTER(MemorySize)(ValueUnion.u32));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Guid/
H A DDataHubRecords.h1038 EFI_EXP_BASE2_DATA MemorySize; member in struct:__anon10608
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp1888 rc = gpMachine->COMSETTER(MemorySize)(memorySize);
1892 gpMachine->COMGETTER(MemorySize)(&ramSize);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp2715 rc = pNewMachine->COMSETTER(MemorySize)(stack.ulMemorySizeMB);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1009 hrc = pMachine->COMGETTER(MemorySize)(&cRamMBs); H();

Completed in 4173 milliseconds