Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_ext.c251 struct mem_section *section = __pfn_to_section(pfn); in lookup_page_ext()
289 section = __pfn_to_section(pfn); in init_section_page_ext()
342 ms = __pfn_to_section(pfn); in __free_page_ext()
364 ms = __pfn_to_section(pfn); in __invalidate_page_ext()
H A Dmemory_hotplug.c752 struct mem_section *ms = __pfn_to_section(pfn); in section_taint_zone_device()
1100 if (early_section(__pfn_to_section(page_to_pfn(page)))) in adjust_present_page_count()
H A Dpage_alloc.c335 return section_to_usemap(__pfn_to_section(pfn)); in get_pageblock_bitmap()
/linux/scripts/gdb/linux/
H A Dmm.py144 def __pfn_to_section(self, pfn): member in aarch64_page_ops
148 return self.__pfn_to_section(pfn)
176 ms = self.__pfn_to_section(pfn)