Home
last modified time | relevance | path

Searched refs:__nr_to_section (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/gdb/linux/
H A Dmm.py133 def __nr_to_section(self, nr): member in aarch64_page_ops
145 return self.__nr_to_section(self.pfn_to_section_nr(pfn))
/linux/mm/
H A Dmemory_hotplug.c354 ms = __nr_to_section(nr); in pfn_to_online_page()