Searched refs:early_section (Results 1 – 4 of 4) sorted by relevance
132 def early_section(self, mem_section): member in x86_page_ops147 return self.early_section(ms) or self.pfn_section_valid(ms, pfn)336 def early_section(self, mem_section): member in aarch64_page_ops351 return self.early_section(ms) or self.pfn_section_valid(ms, pfn)
2049 static inline int early_section(const struct mem_section *section) in early_section() function2206 ret = early_section(ms) || pfn_section_valid(ms, pfn); in pfn_valid()2223 (early_section(ms) || pfn_section_first_valid(ms, &pfn))) { in first_valid_pfn()
2038 if (!early_section(ms)) in prevent_bootmem_remove_notifier()2105 WARN_ON(!early_section(ms)); in validate_bootmem_online()
1079 if (early_section(__pfn_to_section(page_to_pfn(page)))) in adjust_present_page_count()