Searched refs:__pfn_to_section (Results 1 – 6 of 6) sorted by relevance
178 struct mem_section *section = __pfn_to_section(pfn); in lookup_page_ext()217 section = __pfn_to_section(pfn); in init_section_page_ext()267 ms = __pfn_to_section(pfn); in __free_page_ext()
485 return register_new_memory(nid, __pfn_to_section(phys_start_pfn)); in __add_section()530 ms = __pfn_to_section(start_pfn); in find_smallest_section_pfn()558 ms = __pfn_to_section(pfn); in find_biggest_section_pfn()620 ms = __pfn_to_section(pfn); in shrink_zone_span()688 ms = __pfn_to_section(pfn); in shrink_pgdat_span()783 ret = __remove_section(zone, __pfn_to_section(pfn)); in __remove_pages()
721 ms = __pfn_to_section(start_pfn); in sparse_add_one_section()
6162 return __pfn_to_section(pfn)->pageblock_flags; in get_pageblock_bitmap()
67 struct mem_section *__sec = __pfn_to_section(__pfn); \
1176 static inline struct mem_section *__pfn_to_section(unsigned long pfn) in __pfn_to_section() function