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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
H A DLightMemoryTest.c703 EFI_PHYSICAL_ADDRESS CurrentBase; local
714 CurrentBase = StartAddress;
721 CurrentBase,
732 CurrentLength = Descriptor.BaseAddress + Descriptor.Length - CurrentBase;
733 if (CurrentBase + CurrentLength > StartAddress + Length) {
734 CurrentLength = StartAddress + Length - CurrentBase;
738 CurrentBase,
746 CurrentBase = Descriptor.BaseAddress + Descriptor.Length;
747 } while (CurrentBase < StartAddress + Length);

Completed in 42 milliseconds