Searched refs:IA32_PG_PS (Results 1 – 11 of 11) sorted by relevance
25 #define IA32_PG_PS BIT7 macro48 *Pte = Address | IA32_PG_PS | IA32_PG_RW | IA32_PG_P; in StmGen4GPageTable()
25 #define IA32_PG_PS BIT7 macro60 *Pte = (((Index << 9) + SubIndex) << 21) | IA32_PG_PS | IA32_PG_RW | IA32_PG_P; in StmGen4GPageTable()
192 *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()
178 if ((PageTable[PTIndex] & IA32_PG_PS) != 0) { in RestorePageTableAbove4G()
26 #define IA32_PG_PS BIT7 macro252 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()
25 #define IA32_PG_PS BIT7 macro186 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()
527 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()
81 #define IA32_PG_PS BIT7 macro83 #define IA32_PG_PAT_4K IA32_PG_PS
130 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()
792 Pte[Index] = (Index << 21) | IA32_PG_PS | PAGE_ATTRIBUTE_BITS; in Gen4GPageTable()867 if ((PageTable[PTIndex] & IA32_PG_PS) != 0) { in SetCacheability()
216 if ((L2PageTable[Index2] & IA32_PG_PS) != 0) { in SetPageTableAttributes()