Searched refs:pfn_to_section_nr (Results 1 – 2 of 2) sorted by relevance
105 def pfn_to_section_nr(self, pfn): member in x86_page_ops112 return self.__nr_to_section(self.pfn_to_section_nr(pfn))141 if self.pfn_to_section_nr(pfn) >= self.NR_MEM_SECTIONS:309 def pfn_to_section_nr(self, pfn): member in aarch64_page_ops316 return self.__nr_to_section(self.pfn_to_section_nr(pfn))345 if self.pfn_to_section_nr(pfn) >= self.NR_MEM_SECTIONS:
883 online_section_nr(pfn_to_section_nr(start_pfn))) in handle_pg_range()