Home
last modified time | relevance | path

Searched refs:IA32_PG_PS (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
DSmmStmSupport.c25 #define IA32_PG_PS BIT7 macro
48 *Pte = Address | IA32_PG_PS | IA32_PG_RW | IA32_PG_P; in StmGen4GPageTable()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
DSmmStmSupport.c25 #define IA32_PG_PS BIT7 macro
60 *Pte = (((Index << 9) + SubIndex) << 21) | IA32_PG_PS | IA32_PG_RW | IA32_PG_P; in StmGen4GPageTable()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DPageTbl.c192 *PageDirectory1GEntry = (PageAddress & gPhyMask) | IA32_PG_PS | PAGE_ATTRIBUTE_BITS; in SetStaticPageTable()
223 *PageDirectoryEntry = (UINT64)PageAddress | IA32_PG_PS | PAGE_ATTRIBUTE_BITS; in SetStaticPageTable()
475 if ((Pdpt[PdptIndex] & IA32_PG_PS) == 0) { in ReclaimPages()
496 if ((Pdt[PdtIndex] & IA32_PG_PS) == 0) { in ReclaimPages()
717 PageAttribute |= (UINTN)IA32_PG_PS; in SmiDefaultPFHandler()
728 PageAttribute |= (UINTN)IA32_PG_PS; in SmiDefaultPFHandler()
939 if ((L3PageTable[Index3] & IA32_PG_PS) != 0) { in SetPageTableAttributes()
952 if ((L2PageTable[Index2] & IA32_PG_PS) != 0) { in SetPageTableAttributes()
DSmmProfileArch.c178 if ((PageTable[PTIndex] & IA32_PG_PS) != 0) { in RestorePageTableAbove4G()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/
DSetIdtEntry.c26 #define IA32_PG_PS BIT7 macro
252 PageTable[PTIndex] = (PFAddress & ~((1ull << 30) - 1)) | IA32_PG_P | IA32_PG_RW | IA32_PG_PS; in PageFaultHandler()
260 PageTable[PTIndex] = (PFAddress & ~((1ull << 21) - 1)) | IA32_PG_P | IA32_PG_RW | IA32_PG_PS; in PageFaultHandler()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/
DX64Entry.c25 #define IA32_PG_PS BIT7 macro
186 PageTable[PTIndex] = (PFAddress & ~((1ull << 30) - 1)) | IA32_PG_P | IA32_PG_RW | IA32_PG_PS; in PageFaultHandler()
194 PageTable[PTIndex] = (PFAddress & ~((1ull << 21) - 1)) | IA32_PG_P | IA32_PG_RW | IA32_PG_PS; in PageFaultHandler()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfile.c527 if ((*Pde & IA32_PG_PS) != 0) { in InitPaging()
549 if (((*Pte & IA32_PG_PS) != 0) && IsAddressSplit (Address)) { in InitPaging()
591 if ((*Pde & IA32_PG_PS) != 0) { in InitPaging()
613 if ((*Pte & IA32_PG_PS) != 0) { in InitPaging()
1169 if ((PageTable[PTIndex] & IA32_PG_PS) != 0) { in RestorePageTableBelow4G()
1191 PageTable[PTIndex] |= (UINT64)IA32_PG_PS; in RestorePageTableBelow4G()
DPiSmmCpuDxeSmm.h81 #define IA32_PG_PS BIT7 macro
83 #define IA32_PG_PAT_4K IA32_PG_PS
DSmmCpuMemoryManagement.c130 if ((L3PageTable[Index3] & IA32_PG_PS) != 0) { in GetPageTableEntry()
141 if ((L2PageTable[Index2] & IA32_PG_PS) != 0) { in GetPageTableEntry()
328 …NewPageEntry[Index] = BaseAddress + SIZE_2MB * Index + IA32_PG_PS + ((*PageEntry) & PAGE_PROGATE_B… in SplitPage()
DMpService.c792 Pte[Index] = (Index << 21) | IA32_PG_PS | PAGE_ATTRIBUTE_BITS; in Gen4GPageTable()
867 if ((PageTable[PTIndex] & IA32_PG_PS) != 0) { in SetCacheability()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DPageTbl.c216 if ((L2PageTable[Index2] & IA32_PG_PS) != 0) { in SetPageTableAttributes()