Searched refs:SectionAttributes (Results 1 – 3 of 3) sorted by relevance
53 IN UINT32 SectionAttributes, in ConvertSectionAttributesToPageAttributes() argument60 PageAttributes |= TT_DESCRIPTOR_CONVERT_TO_PAGE_CACHE_POLICY (SectionAttributes, IsLargePage); in ConvertSectionAttributesToPageAttributes()61 PageAttributes |= TT_DESCRIPTOR_CONVERT_TO_PAGE_AP (SectionAttributes); in ConvertSectionAttributesToPageAttributes()62 PageAttributes |= TT_DESCRIPTOR_CONVERT_TO_PAGE_XN (SectionAttributes, IsLargePage); in ConvertSectionAttributesToPageAttributes()63 PageAttributes |= TT_DESCRIPTOR_CONVERT_TO_PAGE_NG (SectionAttributes); in ConvertSectionAttributesToPageAttributes()64 PageAttributes |= TT_DESCRIPTOR_CONVERT_TO_PAGE_S (SectionAttributes); in ConvertSectionAttributesToPageAttributes()
29 IN UINT32 SectionAttributes, in SectionToGcdAttributes() argument36 switch(SectionAttributes & TT_DESCRIPTOR_SECTION_CACHE_POLICY_MASK) { in SectionToGcdAttributes()63 switch(SectionAttributes & TT_DESCRIPTOR_SECTION_AP_MASK) { in SectionToGcdAttributes()84 if ((SectionAttributes & TT_DESCRIPTOR_SECTION_XN_MASK) != 0 ) { in SectionToGcdAttributes()241 UINT32 SectionAttributes = 0; in SyncCacheConfig() local278 …SectionAttributes = FirstLevelTable[i] & (TT_DESCRIPTOR_SECTION_CACHE_POLICY_MASK | TT_DESCRIPTOR_… in SyncCacheConfig()284 NextSectionAttributes = SectionAttributes; in SyncCacheConfig()285 } else if (SectionAttributes != NextSectionAttributes) { in SyncCacheConfig()296 NextSectionAttributes = SectionAttributes; in SyncCacheConfig()
234 IN UINT32 SectionAttributes,