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