Home | History | Annotate | Download | only in MtrrLib

Lines Matching refs:SIZE_4KB

53     SIZE_4KB

58 SIZE_4KB
63 SIZE_4KB
68 SIZE_4KB
73 SIZE_4KB
78 SIZE_4KB
83 SIZE_4KB
88 SIZE_4KB
1372 MtrrBase = (Mtrrs->Variables.Mtrr[Index].Base & (~(SIZE_4KB - 1)));
1373 MtrrLimit = MtrrBase + ((~(Mtrrs->Variables.Mtrr[Index].Mask & (~(SIZE_4KB - 1)))) & Limit);