Searched refs:BeginAddress (Results 1 – 5 of 5) sorted by relevance
142 IN UINT32 BeginAddress,377 IN UINT32 BeginAddress, in MfgMemoryTest()386 memAddr = BeginAddress; in MfgMemoryTest()396 while (memAddr < (BeginAddress+MemoryLength)) { in MfgMemoryTest()398 if (memAddr > (BeginAddress+MemoryLength -4)) { in MfgMemoryTest()410 memAddr = BeginAddress; in MfgMemoryTest()411 while (memAddr < (BeginAddress+MemoryLength)) { in MfgMemoryTest()413 if (memAddr > (BeginAddress+MemoryLength -4)) { in MfgMemoryTest()
45 IN UINT32 BeginAddress,
46 IN EFI_PHYSICAL_ADDRESS BeginAddress,
1383 IN EFI_PHYSICAL_ADDRESS BeginAddress, in BaseMemoryTest() argument1399 ASSERT (BeginAddress + MemoryLength < MAX_ADDRESS); in BaseMemoryTest()1418 TempAddress = BeginAddress; in BaseMemoryTest()1419 while (TempAddress < BeginAddress + MemoryLength) { in BaseMemoryTest()1426 TempAddress = BeginAddress; in BaseMemoryTest()1427 while (TempAddress < BeginAddress + MemoryLength) { in BaseMemoryTest()
219 IN EFI_PHYSICAL_ADDRESS BeginAddress,