Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dmm.py111 def __pfn_to_section(self, pfn): member in x86_page_ops
115 return self.__pfn_to_section(pfn)
143 ms = self.__pfn_to_section(pfn)
315 def __pfn_to_section(self, pfn): member in aarch64_page_ops
319 return self.__pfn_to_section(pfn)
347 ms = self.__pfn_to_section(pfn)
/linux/include/asm-generic/
H A Dmemory_model.h62 struct mem_section *__sec = __pfn_to_section(__pfn); \
/linux/mm/
H A Dmemory_hotplug.c721 struct mem_section *ms = __pfn_to_section(pfn); in section_taint_zone_device()
1071 if (early_section(__pfn_to_section(page_to_pfn(page)))) in adjust_present_page_count()
H A Dpage_alloc.c323 return section_to_usemap(__pfn_to_section(pfn)); in get_pageblock_bitmap()