Searched refs:__pfn_to_section (Results 1 – 6 of 6) sorted by relevance
182 struct mem_section *section = __pfn_to_section(pfn); in lookup_page_ext()221 section = __pfn_to_section(pfn); in init_section_page_ext()271 ms = __pfn_to_section(pfn); in __free_page_ext()
493 return register_new_memory(nid, __pfn_to_section(phys_start_pfn)); in __add_section()539 ms = __pfn_to_section(start_pfn); in find_smallest_section_pfn()567 ms = __pfn_to_section(pfn); in find_biggest_section_pfn()629 ms = __pfn_to_section(pfn); in shrink_zone_span()697 ms = __pfn_to_section(pfn); in shrink_pgdat_span()795 ret = __remove_section(zone, __pfn_to_section(pfn)); in __remove_pages()
721 ms = __pfn_to_section(start_pfn); in sparse_add_one_section()
6429 return __pfn_to_section(pfn)->pageblock_flags; in get_pageblock_bitmap()
67 struct mem_section *__sec = __pfn_to_section(__pfn); \
1121 static inline struct mem_section *__pfn_to_section(unsigned long pfn) in __pfn_to_section() function