Searched defs:SystemAddr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_patounum.c460 uint32_t SystemAddr = (uint32_t)(pa >> 8); local
492 if (!(DramBase <= SystemAddr && SystemAddr <= DramLimit)) {
494 "SystemAddr 0x%x derived from PA 0x%llx is not in the "
496 SystemAddr, pa, DramBase, DramLimit, (int)mcnum);
500 if (HoleEn && SystemAddr > 0x00ffffff)
501 InputAddr = SystemAddr - HoleOffset;
503 InputAddr = SystemAddr - DramBase;
506 if (IntlvSel == ((SystemAddr >> 4) & IntlvEn)) {
522 InputAddr = (Temp | (SystemAddr
[all...]

Completed in 59 milliseconds