Searched refs:MtrrSetMemoryAttribute (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/PlatformPei/
H A DMemDetect.c134 MtrrSetMemoryAttribute (BASE_1MB, MemoryBase + MemorySize - BASE_1MB, CacheWriteBack);
136 MtrrSetMemoryAttribute (0, BASE_512KB + BASE_128KB, CacheWriteBack);
141 MtrrSetMemoryAttribute (BASE_4GB, UpperMemorySize, CacheWriteBack);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PlatformPei/
H A DMemDetect.c159 MtrrSetMemoryAttribute (BASE_1MB, MemoryBase + MemorySize - BASE_1MB, CacheWriteBack);
161 MtrrSetMemoryAttribute (0, BASE_512KB + BASE_128KB, CacheWriteBack);
167 MtrrSetMemoryAttribute (BASE_4GB, UpperMemorySize, CacheWriteBack);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Include/Library/
H A DMtrrLib.h176 MtrrSetMemoryAttribute (
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.c677 Status = MtrrSetMemoryAttribute (
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/MtrrLib/
H A DMtrrLib.c938 MtrrSetMemoryAttribute ( function
961 DEBUG((DEBUG_CACHE, "MtrrSetMemoryAttribute() %a:%016lx-%016lx\n", mMtrrMemoryCacheTypeShortName[Attribute], BaseAddress, Length));

Completed in 49 milliseconds