Searched refs:IA32_PG_PMNT (Results 1 – 2 of 2) sorted by relevance
271 PTEntry[Index] |= IA32_PG_PMNT; in SmmInitPageTable()454 if ((Pml4[Pml4Index] & IA32_PG_P) == 0 || (Pml4[Pml4Index] & IA32_PG_PMNT) != 0) { in ReclaimPages()463 if ((Pdpt[PdptIndex] & IA32_PG_P) == 0 || (Pdpt[PdptIndex] & IA32_PG_PMNT) != 0) { in ReclaimPages()467 if ((Pdpt[PdptIndex] & IA32_PG_PMNT) != 0) { in ReclaimPages()484 if ((Pdt[PdtIndex] & IA32_PG_P) == 0 || (Pdt[PdtIndex] & IA32_PG_PMNT) != 0) { in ReclaimPages()488 if ((Pdt[PdtIndex] & IA32_PG_PMNT) != 0) { in ReclaimPages()
84 #define IA32_PG_PMNT BIT62 macro