Home
last modified time | relevance | path

Searched refs:mem_section (Results 1 – 3 of 3) 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/include/asm-generic/
H A Dmemory_model.h62 struct mem_section *__sec = __pfn_to_section(__pfn); \
/linux/mm/
H A Dmemory_hotplug.c342 struct mem_section *ms; in pfn_to_online_page()
721 struct mem_section *ms = __pfn_to_section(pfn); in section_taint_zone_device()