Searched refs:__pfn_to_section (Results 1 – 8 of 8) sorted by relevance
209 struct mem_section *section = __pfn_to_section(pfn); in lookup_page_ext()243 section = __pfn_to_section(pfn); in init_section_page_ext()294 ms = __pfn_to_section(pfn); in __free_page_ext()
657 struct mem_section *ms = __pfn_to_section(pfn); in clear_subsection_map()682 struct mem_section *ms = __pfn_to_section(pfn); in fill_subsection_map()780 struct mem_section *ms = __pfn_to_section(pfn); in section_deactivate()828 struct mem_section *ms = __pfn_to_section(pfn); in section_activate()
500 struct mem_section *ms = __pfn_to_section(pfn); in __remove_section()678 struct mem_section *ms = __pfn_to_section(pfn); in section_taint_zone_device()1020 if (early_section(__pfn_to_section(page_to_pfn(page)))) in adjust_present_page_count()
470 return section_to_usemap(__pfn_to_section(pfn)); in get_pageblock_bitmap()
41 struct mem_section *__sec = __pfn_to_section(__pfn); \
180 ms = __pfn_to_section(pfn); in pfn_valid()
1538 ms = __pfn_to_section(pfn); in prevent_bootmem_remove_notifier()1600 ms = __pfn_to_section(PHYS_PFN(addr)); in validate_bootmem_online()
1431 static inline struct mem_section *__pfn_to_section(unsigned long pfn) in __pfn_to_section() function