Searched refs:BASE_4GB (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/PlatformPei/
H A DMemDetect.c139 AddUntestedMemoryBaseSizeHob (BASE_4GB, UpperMemorySize);
141 MtrrSetMemoryAttribute (BASE_4GB, UpperMemorySize, CacheWriteBack);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PlatformPei/
H A DMemDetect.c165 AddUntestedMemoryBaseSizeHob (BASE_4GB, UpperMemorySize);
167 MtrrSetMemoryAttribute (BASE_4GB, UpperMemorySize, CacheWriteBack);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPool.c97 if ((SmramRanges[Index].CpuStart + SmramRanges[Index].PhysicalSize) <= BASE_4GB) {
H A DPiSmmIpl.c1117 if ((gSmmCorePrivate->SmramRanges[Index].CpuStart + gSmmCorePrivate->SmramRanges[Index].PhysicalSize) <= BASE_4GB) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/
H A DBase.h352 #define BASE_4GB 0x0000000100000000ULL macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A DBase.h354 #define BASE_4GB 0x0000000100000000ULL macro
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.c1187 IdtPtr->Base = (UINT32)(((UINTN)(VOID*) gIdtTable) & (BASE_4GB-1));

Completed in 328 milliseconds