OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IA32_PG_RW
(Results
1 - 5
of
5
) 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
VirtualMemory.c
73
*PageEntry2M = (UINT64) (UINTN) PageTableEntry | IA32_PG_P |
IA32_PG_RW
;
117
*PageEntry1G = (UINT64) (UINTN) PageDirectoryEntry | IA32_PG_P |
IA32_PG_RW
;
/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 359 milliseconds