Home
last modified time | relevance | path

Searched refs:IA32_PG_PMNT (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DPageTbl.c123 PTEntry[Index] |= IA32_PG_PMNT; in SmmInitPageTable()
298 if ((Pml4[Pml4Index] & IA32_PG_P) == 0 || (Pml4[Pml4Index] & IA32_PG_PMNT) != 0) { in ReclaimPages()
307 if ((Pdpt[PdptIndex] & IA32_PG_P) == 0 || (Pdpt[PdptIndex] & IA32_PG_PMNT) != 0) { in ReclaimPages()
311 if ((Pdpt[PdptIndex] & IA32_PG_PMNT) != 0) { in ReclaimPages()
328 if ((Pdt[PdtIndex] & IA32_PG_P) == 0 || (Pdt[PdtIndex] & IA32_PG_PMNT) != 0) { in ReclaimPages()
332 if ((Pdt[PdtIndex] & IA32_PG_PMNT) != 0) { in ReclaimPages()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DPiSmmCpuDxeSmm.h82 #define IA32_PG_PMNT BIT62 macro