Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dmm.py102 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): argument
128 if mem_section != None and (mem_section['section_mem_map'] & self.SECTION_HAS_MEM_MAP):
132 def early_section(self, mem_section): argument
133 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): argument
332 if mem_section != None and (mem_section['section_mem_map'] & self.SECTION_HAS_MEM_MAP):
[all …]
/linux/arch/arm64/mm/
H A Dmmu.c2168 struct mem_section *ms; in prevent_memory_remove_notifier()
2233 struct mem_section *ms; in validate_bootmem_online()