Home
last modified time | relevance | path

Searched refs:early_section (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/gdb/linux/
H A Dmm.py165 def early_section(self, mem_section): member in aarch64_page_ops
180 return self.early_section(ms) or self.pfn_section_valid(ms, pfn)
/linux/include/linux/
H A Dmmzone.h2039 static inline int early_section(const struct mem_section *section) in early_section() function
2196 ret = early_section(ms) || pfn_section_valid(ms, pfn); in pfn_valid()
2213 (early_section(ms) || pfn_section_first_valid(ms, &pfn))) { in first_valid_pfn()
/linux/mm/
H A Dsparse.c821 bool section_is_early = early_section(ms); in section_deactivate()
901 if (nr_pages < PAGES_PER_SECTION && early_section(ms)) in section_activate()
H A Dmemory_hotplug.c1079 if (early_section(__pfn_to_section(page_to_pfn(page)))) in adjust_present_page_count()
/linux/arch/arm64/mm/
H A Dmmu.c1983 if (!early_section(ms)) in prevent_bootmem_remove_notifier()
2050 WARN_ON(!early_section(ms)); in validate_bootmem_online()