• Home
  • Raw
  • Download

Lines Matching refs:MemoryAddress

35   IN  EFI_PHYSICAL_ADDRESS      MemoryAddress,
174 IN EFI_PHYSICAL_ADDRESS MemoryAddress, in EfiProgramMtrr() argument
192 TempQword = (MemoryAddress & ValidMtrrAddressMask) | MemoryCacheType; in EfiProgramMtrr()
215 IN UINT64 MemoryAddress, in Power2MaxMemory() argument
233 if (MemoryAddress == 0) { in Power2MaxMemory()
240 while (CheckMtrrAlignment (MemoryAddress, Result) != 0) { in Power2MaxMemory()
378 IN EFI_PHYSICAL_ADDRESS MemoryAddress, in SetCacheAttributes() argument
404 if ((MemoryAddress & ~ValidMtrrAddressMask) != 0 || (MemoryLength & ~ValidMtrrAddressMask) != 0) { in SetCacheAttributes()
427 if ((MemoryAddress + MemoryLength) <= (1 << 20)) { in SetCacheAttributes()
431 Status = ProgramFixedMtrr (MemoryCacheType, &MemoryAddress, &MemoryLength); in SetCacheAttributes()
441 MemoryAddress, in SetCacheAttributes()
475 MemoryAddress, in SetCacheAttributes()
493 if (!CheckMtrrOverlap (MemoryAddress, MemoryAddress+MemoryLength-1)) { in SetCacheAttributes()
520 if (MemoryAddress == BASE_1MB) { in SetCacheAttributes()
521 MemoryAddress = 0; in SetCacheAttributes()
529 if (TempQword == Power2MaxMemory(MemoryAddress, TempQword)) { in SetCacheAttributes()
531 MemoryAddress, in SetCacheAttributes()
554 MemoryLength = Power2MaxMemory(MemoryAddress, TempQword); in SetCacheAttributes()
556 MemoryAddress, in SetCacheAttributes()
561 MemoryAddress += MemoryLength; in SetCacheAttributes()
645 IN EFI_PHYSICAL_ADDRESS MemoryAddress, in SearchForExactMtrr() argument
671 if ((TempQword & ValidMtrrAddressMask) != (MemoryAddress & ValidMtrrAddressMask)) { in SearchForExactMtrr()