Home | History | Annotate | Download | only in MtrrLib

Lines Matching defs:ByteShift

466   UINT32  ByteShift;

493 for (ByteShift = 0; ByteShift < 8; ByteShift++) {
497 (ByteShift * mMtrrLibFixedMtrrTable[MsrNum].Length)
504 if (ByteShift == 8) {
510 ((ByteShift < 8) && (*Length >= mMtrrLibFixedMtrrTable[MsrNum].Length));
511 ByteShift++
513 OrMask |= LShiftU64 ((UINT64) MemoryCacheType, (UINT32) (ByteShift * 8));
514 ClearMask |= LShiftU64 ((UINT64) 0xFF, (UINT32) (ByteShift * 8));
519 if (ByteShift < 8 && (*Length != 0)) {