HomeSort by relevance Sort by last modified time
    Searched refs:IA32_PG_P (Results 1 - 9 of 9) 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/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c 298 if ((Pml4[Pml4Index] & IA32_PG_P) == 0 || (Pml4[Pml4Index] & IA32_PG_PMNT) != 0) {
307 if ((Pdpt[PdptIndex] & IA32_PG_P) == 0 || (Pdpt[PdptIndex] & IA32_PG_PMNT) != 0) {
328 if ((Pdt[PdtIndex] & IA32_PG_P) == 0 || (Pdt[PdtIndex] & IA32_PG_PMNT) != 0) {
590 if ((PageTable[PTIndex] & IA32_PG_P) == 0) {
611 if ((PageTable[PTIndex] & IA32_PG_P) != 0) {
SmmProfileArch.c 168 if ((PageTable[PTIndex] & IA32_PG_P) != 0) {
172 if ((PageTable[PTIndex] & IA32_PG_P) != 0) {
  /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)
MpService.c 859 ASSERT (PageTable[PTIndex] & IA32_PG_P);
864 ASSERT (PageTable[PTIndex] & IA32_PG_P);
894 ASSERT (PageTable[PTIndex] & IA32_PG_P);
898 ASSERT (PageTable[PTIndex] & IA32_PG_P);
    [all...]
SmmProfile.c 516 if ((Pml4[Level1] & IA32_PG_P) == 0) {
527 if ((*Pde & IA32_PG_P) == 0) {
538 if ((*Pte & IA32_PG_P) == 0) {
574 if ((Pml4[Level1] & IA32_PG_P) == 0) {
585 if ((*Pde & IA32_PG_P) == 0) {
596 if ((*Pte & IA32_PG_P) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
VirtualMemory.h 148 #define IA32_PG_P BIT0
VirtualMemory.c 73 *PageEntry2M = (UINT64) (UINTN) PageTableEntry | IA32_PG_P | IA32_PG_RW;
117 *PageEntry1G = (UINT64) (UINTN) PageDirectoryEntry | IA32_PG_P | IA32_PG_RW;

Completed in 83 milliseconds