Home
last modified time | relevance | path

Searched refs:SECTION_NR_TO_ROOT (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/gdb/linux/
H A Dmm.py97 def SECTION_NR_TO_ROOT(self, sec): member in x86_page_ops
101 root = self.SECTION_NR_TO_ROOT(nr)
301 def SECTION_NR_TO_ROOT(self, sec): member in aarch64_page_ops
305 root = self.SECTION_NR_TO_ROOT(nr)
/linux/mm/
H A Dsparse.c85 unsigned long root = SECTION_NR_TO_ROOT(section_nr); in sparse_index_init()
/linux/include/linux/
H A Dmmzone.h2044 #define SECTION_NR_TO_ROOT(sec) ((sec) / SECTIONS_PER_ROOT) macro
2061 unsigned long root = SECTION_NR_TO_ROOT(nr); in __nr_to_section()