Home | History | Annotate | Download | only in PlatformInit

Lines Matching full:beginaddress

1383   IN  EFI_PHYSICAL_ADDRESS               BeginAddress,

1399 ASSERT (BeginAddress + MemoryLength < MAX_ADDRESS);
1418 TempAddress = BeginAddress;
1419 while (TempAddress < BeginAddress + MemoryLength) {
1426 TempAddress = BeginAddress;
1427 while (TempAddress < BeginAddress + MemoryLength) {