Searched refs:mem_section (Results 1 – 2 of 2) 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 …]
2168 struct mem_section *ms; in prevent_memory_remove_notifier()2233 struct mem_section *ms; in validate_bootmem_online()