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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c196 #define MINIMUM_INITIAL_MEMORY_SIZE 0x10000 macro
281 // The top reserved memory include 3 parts: the topest range is for DXE core initialization with the size MINIMUM_INITIAL_MEMORY_SIZE
284 TotalReservedMemorySize = MINIMUM_INITIAL_MEMORY_SIZE + EFI_PAGES_TO_SIZE(PcdGet32(PcdLoadFixAddressRuntimeCodePageNumber));
449 (ResourceHob->PhysicalStart + ResourceHob->ResourceLength - MINIMUM_INITIAL_MEMORY_SIZE) >= TopLoadingAddress &&
460 TopLoadingAddress += MINIMUM_INITIAL_MEMORY_SIZE;
484 (ResourceHob->PhysicalStart + TotalReservedMemorySize -MINIMUM_INITIAL_MEMORY_SIZE),
485 (ResourceHob->PhysicalStart + ResourceHob->ResourceLength -MINIMUM_INITIAL_MEMORY_SIZE)
601 PrivateData->LoadModuleAtFixAddressTopAddress = TopLoadingAddress - MINIMUM_INITIAL_MEMORY_SIZE;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c20 #define MINIMUM_INITIAL_MEMORY_SIZE 0x10000 macro
2073 if (Length < MINIMUM_INITIAL_MEMORY_SIZE) {
2080 if (Length < MINIMUM_INITIAL_MEMORY_SIZE) {
2143 if (TestedMemoryLength < MINIMUM_INITIAL_MEMORY_SIZE) {
2162 if ((Length < MINIMUM_INITIAL_MEMORY_SIZE) ||
2163 (MaxMemoryBaseAddress > BaseAddress && MaxMemoryLength >= MINIMUM_INITIAL_MEMORY_SIZE)) {
2172 ASSERT (Length >= MINIMUM_INITIAL_MEMORY_SIZE);

Completed in 82 milliseconds