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.c271 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()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DPiSmmCpuDxeSmm.h84 #define IA32_PG_PMNT BIT62 macro