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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
H A DLightMemoryTest.c23 EFI_PHYSICAL_ADDRESS mCurrentAddress; variable
512 mCurrentAddress = mCurrentRange->StartAddress;
557 if (mCurrentAddress < (mCurrentRange->StartAddress + mCurrentRange->Length)) {
558 if ((mCurrentAddress + Private->BdsBlockSize) <= (mCurrentRange->StartAddress + mCurrentRange->Length)) {
561 BlockBoundary = mCurrentRange->StartAddress + mCurrentRange->Length - mCurrentAddress;
576 RangeData->Start = mCurrentAddress;
593 WriteMemory (Private, mCurrentAddress, BlockBoundary);
595 Status = VerifyMemory (Private, mCurrentAddress, BlockBoundary);
619 mCurrentAddress += Private->BdsBlockSize;
629 mCurrentAddress
[all...]

Completed in 43 milliseconds