Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dmm.py132 def early_section(self, mem_section): member in x86_page_ops
147 return self.early_section(ms) or self.pfn_section_valid(ms, pfn)
336 def early_section(self, mem_section): member in aarch64_page_ops
351 return self.early_section(ms) or self.pfn_section_valid(ms, pfn)
/linux/include/linux/
H A Dmmzone.h2049 static inline int early_section(const struct mem_section *section) in early_section() function
2206 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()
/linux/arch/arm64/mm/
H A Dmmu.c2038 if (!early_section(ms)) in prevent_bootmem_remove_notifier()
2105 WARN_ON(!early_section(ms)); in validate_bootmem_online()
/linux/mm/
H A Dmemory_hotplug.c1079 if (early_section(__pfn_to_section(page_to_pfn(page)))) in adjust_present_page_count()