HomeSort by relevance Sort by last modified time
    Searched refs:IA32_PG_PMNT (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c 267 // Set IA32_PG_PMNT bit to mask this entry
271 PTEntry[Index] |= IA32_PG_PMNT;
454 if ((Pml4[Pml4Index] & IA32_PG_P) == 0 || (Pml4[Pml4Index] & IA32_PG_PMNT) != 0) {
463 if ((Pdpt[PdptIndex] & IA32_PG_P) == 0 || (Pdpt[PdptIndex] & IA32_PG_PMNT) != 0) {
467 if ((Pdpt[PdptIndex] & IA32_PG_PMNT) != 0) {
484 if ((Pdt[PdtIndex] & IA32_PG_P) == 0 || (Pdt[PdtIndex] & IA32_PG_PMNT) != 0) {
488 if ((Pdt[PdtIndex] & IA32_PG_PMNT) != 0) {
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.h 84 #define IA32_PG_PMNT BIT62
    [all...]

Completed in 549 milliseconds