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

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmmProfileArch.c 250 PageTable[Index] = PageTable[Index] | IA32_PG_NX;
271 PageTable[PTIndex] = PageTable[PTIndex] | IA32_PG_NX;
297 PageTable[PTIndex] &= ~IA32_PG_NX;
PageTbl.c 582 PageAttribute |= IA32_PG_NX;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmProfile.c 614 *Pte = *Pte | IA32_PG_NX;
627 *Pt = *Pt | IA32_PG_NX;
    [all...]
PiSmmCpuDxeSmm.h 83 #define IA32_PG_NX BIT63

Completed in 157 milliseconds