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

  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
SmmStmSupport.c 24 #define IA32_PG_RW BIT1
48 *Pte = Address | IA32_PG_PS | IA32_PG_RW | IA32_PG_P;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
SmmStmSupport.c 24 #define IA32_PG_RW BIT1
48 *Pml4 = PageTableBase | IA32_PG_RW | IA32_PG_P;
55 *Pde = PageTableBase | IA32_PG_RW | IA32_PG_P;
60 *Pte = (((Index << 9) + SubIndex) << 21) | IA32_PG_PS | IA32_PG_RW | IA32_PG_P;
  /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
VirtualMemory.c 74 *PageEntry2M = (UINT64) (UINTN) PageTableEntry | IA32_PG_P | IA32_PG_RW;
119 *PageEntry1G = (UINT64) (UINTN) PageDirectoryEntry | IA32_PG_P | IA32_PG_RW;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmCpuMemoryManagement.c 174 if ((*PageEntry & IA32_PG_RW) == 0) {
213 NewPageEntry &= ~(UINT64)IA32_PG_RW;
215 NewPageEntry |= IA32_PG_RW;
    [all...]
PiSmmCpuDxeSmm.h 75 #define IA32_PG_RW BIT1
87 #define PAGE_ATTRIBUTE_BITS (IA32_PG_D | IA32_PG_A | IA32_PG_U | IA32_PG_RW | IA32_PG_P)
    [all...]

Completed in 1821 milliseconds