Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/gdb/linux/
Dmm.py125 def SECTION_NR_TO_ROOT(self, sec): member in aarch64_page_ops
129 root = self.SECTION_NR_TO_ROOT(nr)
/Linux-v6.6/include/linux/
Dmmzone.h1820 #define SECTION_NR_TO_ROOT(sec) ((sec) / SECTIONS_PER_ROOT) macro
1837 unsigned long root = SECTION_NR_TO_ROOT(nr); in __nr_to_section()
/Linux-v6.6/mm/
Dsparse.c84 unsigned long root = SECTION_NR_TO_ROOT(section_nr); in sparse_index_init()