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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/
SetIdtEntry.c 24 #define IA32_PG_P BIT0
210 *Uplink = Address | IA32_PG_P | IA32_PG_RW;
245 if ((PageTable[PTIndex] & IA32_PG_P) == 0) {
252 PageTable[PTIndex] = (PFAddress & ~((1ull << 30) - 1)) | IA32_PG_P | IA32_PG_RW | IA32_PG_PS;
254 if ((PageTable[PTIndex] & IA32_PG_P) == 0) {
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 23 #define IA32_PG_P BIT0
131 *Uplink = Address | IA32_PG_P | IA32_PG_RW;
179 if ((PageTable[PTIndex] & IA32_PG_P) == 0) {
186 PageTable[PTIndex] = (PFAddress & ~((1ull << 30) - 1)) | IA32_PG_P | IA32_PG_RW | IA32_PG_PS;
188 if ((PageTable[PTIndex] & IA32_PG_P) == 0) {
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 148 #define IA32_PG_P BIT0
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.h 72 #define IA32_PG_P BIT0
85 #define PAGE_ATTRIBUTE_BITS (IA32_PG_RW | IA32_PG_P)
90 #define IA32_PAE_PDPTE_ATTRIBUTE_BITS (IA32_PG_P)

Completed in 154 milliseconds