Searched refs:PageAttribute (Results 1 – 5 of 5) sorted by relevance
54 IN PAGE_ATTRIBUTE PageAttribute in PageAttributeToLength() argument59 if (PageAttribute == mPageAttributeTable[Index].Attribute) { in PageAttributeToLength()75 IN PAGE_ATTRIBUTE PageAttribute in PageAttributeToMask() argument80 if (PageAttribute == mPageAttributeTable[Index].Attribute) { in PageAttributeToMask()98 OUT PAGE_ATTRIBUTE *PageAttribute in GetPageTableEntry() argument118 *PageAttribute = PageNone; in GetPageTableEntry()127 *PageAttribute = PageNone; in GetPageTableEntry()132 *PageAttribute = Page1G; in GetPageTableEntry()138 *PageAttribute = PageNone; in GetPageTableEntry()143 *PageAttribute = Page2M; in GetPageTableEntry()[all …]
136 UINT32 PageAttribute = 0; in SyncCacheConfig() local175 PageAttribute = GetFirstPageAttribute (FirstLevelTableAddress, TableLevel); in SyncCacheConfig()182 &PageAttribute, &BaseAddressGcdRegion); in SyncCacheConfig()185 if (PageAttribute != TT_ATTR_INDX_INVALID) { in SyncCacheConfig()189 PageAttributeToGcdAttribute (PageAttribute)); in SyncCacheConfig()
674 UINTN PageAttribute; in SmiDefaultPFHandler() local683 PageAttribute = 0; in SmiDefaultPFHandler()689 Status = GetPlatformPageTableAttribute (PFAddress, &PageSize, &NumOfPages, &PageAttribute); in SmiDefaultPFHandler()696 PageAttribute = 0; in SmiDefaultPFHandler()717 PageAttribute |= (UINTN)IA32_PG_PS; in SmiDefaultPFHandler()728 PageAttribute |= (UINTN)IA32_PG_PS; in SmiDefaultPFHandler()738 PageAttribute |= IA32_PG_NX; in SmiDefaultPFHandler()780 PageAttribute | IA32_PG_A | PAGE_ATTRIBUTE_BITS; in SmiDefaultPFHandler()
106 OUT UINTN *PageAttribute
104 IN OUT UINTN *PageAttribute in GetPlatformPageTableAttribute() argument