Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dmm.py81 self.SECTION_ROOT_MASK = self.SECTIONS_PER_ROOT - 1
136 return mem_section[root][nr & self.SECTION_ROOT_MASK]
/linux/include/linux/
H A Dmmzone.h1908 * calculation and use of SECTION_ROOT_MASK to make sense.
1920 #define SECTION_ROOT_MASK (SECTIONS_PER_ROOT - 1) macro
1944 return &mem_section[root][nr & SECTION_ROOT_MASK]; in __nr_to_section()