Lines Matching refs:section_nr
37 static inline unsigned long base_memory_block_id(unsigned long section_nr) in base_memory_block_id() argument
39 return section_nr / sections_per_block; in base_memory_block_id()
193 unsigned long section_nr = pfn_to_section_nr(start_pfn); in pages_correctly_probed() local
194 unsigned long section_nr_end = section_nr + sections_per_block; in pages_correctly_probed()
202 for (; section_nr < section_nr_end; section_nr++) { in pages_correctly_probed()
206 if (!present_section_nr(section_nr)) { in pages_correctly_probed()
208 section_nr, pfn, pfn + PAGES_PER_SECTION); in pages_correctly_probed()
210 } else if (!valid_section_nr(section_nr)) { in pages_correctly_probed()
212 section_nr, pfn, pfn + PAGES_PER_SECTION); in pages_correctly_probed()
214 } else if (online_section_nr(section_nr)) { in pages_correctly_probed()
216 section_nr, pfn, pfn + PAGES_PER_SECTION); in pages_correctly_probed()