Searched refs:TotalMemorySize (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Protocol/ |
H A D | GenericMemoryTest.h | 61 @param TotalMemorySize Return the whole system physical memory size. 76 OUT UINT64 *TotalMemorySize,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/ |
H A D | NullMemoryTest.h | 70 @param TotalMemorySize Return the whole system physical memory size, this 90 OUT UINT64 *TotalMemorySize,
|
H A D | NullMemoryTest.c | 133 @param TotalMemorySize Return the whole system physical memory size, this 153 OUT UINT64 *TotalMemorySize, 160 *TotalMemorySize = mTotalSystemMemory; 150 GenPerformMemoryTest( IN EFI_GENERIC_MEMORY_TEST_PROTOCOL *This, IN OUT UINT64 *TestedMemorySize, OUT UINT64 *TotalMemorySize, OUT BOOLEAN *ErrorOut, IN BOOLEAN TestAbort ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/ |
H A D | MemoryTest.c | 218 UINT64 TotalMemorySize; local 246 TotalMemorySize = 0; 298 &TotalMemorySize, 313 TempData = (UINT32) DivU64x32 (TotalMemorySize, 16); 380 UnicodeValueToString (StrTotalMemory, COMMA_TYPE, TotalMemorySize, 0); 402 DEBUG ((EFI_D_INFO, "%d bytes of system memory tested OK\r\n", TotalMemorySize));
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/ |
H A D | LightMemoryTest.h | 288 @param[out] TotalMemorySize Return the whole system physical memory size. 303 OUT UINT64 *TotalMemorySize,
|
H A D | LightMemoryTest.c | 522 @param[out] TotalMemorySize Return the whole system physical memory size. 537 OUT UINT64 *TotalMemorySize, 614 *TotalMemorySize = Private->BaseMemorySize + mNonTestedSystemMemory; 636 *TotalMemorySize = Private->BaseMemorySize + mNonTestedSystemMemory; 534 GenPerformMemoryTest( IN EFI_GENERIC_MEMORY_TEST_PROTOCOL *This, OUT UINT64 *TestedMemorySize, OUT UINT64 *TotalMemorySize, OUT BOOLEAN *ErrorOut, IN BOOLEAN TestAbort ) argument
|
Completed in 84 milliseconds