Searched refs:IA32_PG_PAT_2M (Results 1 – 2 of 2) sorted by relevance
80 #define IA32_PG_PAT_2M BIT12 macro
884 if ((NewPageTable[Index] & IA32_PG_PAT_2M) != 0) { in SetCacheability()885 NewPageTable[Index] &= ~((UINT64)IA32_PG_PAT_2M); in SetCacheability()