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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/
H A DNullMemoryTest.c19 UINT64 mTotalSystemMemory = 0; variable
113 mTotalSystemMemory += MemorySpaceMap[Index].Length;
115 mTotalSystemMemory += MemorySpaceMap[Index].Length;
160 *TotalMemorySize = mTotalSystemMemory;

Completed in 31 milliseconds