Searched refs:mem_section (Results 1 – 3 of 3) sorted by relevance
102 mem_section = gdb.parse_and_eval("mem_section")103 return mem_section[root][nr & self.SECTION_ROOT_MASK]127 def valid_section(self, mem_section): argument128 if mem_section != None and (mem_section['section_mem_map'] & self.SECTION_HAS_MEM_MAP):132 def early_section(self, mem_section): argument133 if mem_section != None and (mem_section['section_mem_map'] & self.SECTION_IS_EARLY):306 mem_section = gdb.parse_and_eval("mem_section")307 return mem_section[root][nr & self.SECTION_ROOT_MASK]331 def valid_section(self, mem_section): argument332 if mem_section != None and (mem_section['section_mem_map'] & self.SECTION_HAS_MEM_MAP):[all …]
62 struct mem_section *__sec = __pfn_to_section(__pfn); \
342 struct mem_section *ms; in pfn_to_online_page()721 struct mem_section *ms = __pfn_to_section(pfn); in section_taint_zone_device()