Searched refs:IsLargePage (Results 1 – 2 of 2) sorted by relevance
146 #define TT_DESCRIPTOR_CONVERT_TO_PAGE_XN(Desc,IsLargePage) ((IsLargePage)? \ argument149 #define TT_DESCRIPTOR_CONVERT_TO_PAGE_CACHE_POLICY(Desc,IsLargePage) (IsLargePage? \ argument155 #define TT_DESCRIPTOR_CONVERT_TO_SECTION_CACHE_POLICY(Desc,IsLargePage) (IsLargePage? \ argument235 IN BOOLEAN IsLargePage
29 IN BOOLEAN IsLargePage in ConvertSectionAttributesToPageAttributes() argument35 PageAttributes |= TT_DESCRIPTOR_CONVERT_TO_PAGE_CACHE_POLICY (SectionAttributes, IsLargePage); in ConvertSectionAttributesToPageAttributes()37 PageAttributes |= TT_DESCRIPTOR_CONVERT_TO_PAGE_XN (SectionAttributes, IsLargePage); in ConvertSectionAttributesToPageAttributes()