Home | History | Annotate | Download | only in PlatformPei

Lines Matching full:beginaddress

142   IN  UINT32                             BeginAddress,

363 @param BeginAddress Beginning of the memory address to be checked.
377 IN UINT32 BeginAddress,
386 memAddr = BeginAddress;
396 while (memAddr < (BeginAddress+MemoryLength)) {
398 if (memAddr > (BeginAddress+MemoryLength -4)) {
410 memAddr = BeginAddress;
411 while (memAddr < (BeginAddress+MemoryLength)) {
413 if (memAddr > (BeginAddress+MemoryLength -4)) {