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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/
SetIdtEntry.c 25 #define IA32_PG_RW BIT1
210 *Uplink = Address | IA32_PG_P | IA32_PG_RW;
252 PageTable[PTIndex] = (PFAddress & ~((1ull << 30) - 1)) | IA32_PG_P | IA32_PG_RW | IA32_PG_PS;
260 PageTable[PTIndex] = (PFAddress & ~((1ull << 21) - 1)) | IA32_PG_P | IA32_PG_RW | IA32_PG_PS;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/
X64Entry.c 24 #define IA32_PG_RW BIT1
131 *Uplink = Address | IA32_PG_P | IA32_PG_RW;
186 PageTable[PTIndex] = (PFAddress & ~((1ull << 30) - 1)) | IA32_PG_P | IA32_PG_RW | IA32_PG_PS;
194 PageTable[PTIndex] = (PFAddress & ~((1ull << 21) - 1)) | IA32_PG_P | IA32_PG_RW | IA32_PG_PS;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
VirtualMemory.h 149 #define IA32_PG_RW BIT1
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.h 73 #define IA32_PG_RW BIT1
85 #define PAGE_ATTRIBUTE_BITS (IA32_PG_RW | IA32_PG_P)

Completed in 59 milliseconds