Searched refs:mem_section (Results 1 – 9 of 9) sorted by relevance
63 SPARSEMEM模型将物理内存显示为一个部分的集合。一个区段用mem_section结构77 `mem_section` 对象被安排在一个叫做 `mem_sections` 的二维数组中。这个数组的81 `NR_MEM_SECTIONS` 行。每一行持有一个 `mem_section` 对象。83 每一行包含价值 `PAGE_SIZE` 的 `mem_section` 对象,行数的计算是为了适应所有的
159 VMCOREINFO_SYMBOL_ARRAY(mem_section); in crash_save_vmcoreinfo_init()160 VMCOREINFO_LENGTH(mem_section, NR_SECTION_ROOTS); in crash_save_vmcoreinfo_init()161 VMCOREINFO_STRUCT_SIZE(mem_section); in crash_save_vmcoreinfo_init()162 VMCOREINFO_OFFSET(mem_section, section_mem_map); in crash_save_vmcoreinfo_init()
135 mem_section = gdb.parse_and_eval("mem_section")136 return mem_section[root][nr & self.SECTION_ROOT_MASK]160 def valid_section(self, mem_section): argument161 if mem_section != None and (mem_section['section_mem_map'] & self.SECTION_HAS_MEM_MAP):165 def early_section(self, mem_section): argument166 if mem_section != None and (mem_section['section_mem_map'] & self.SECTION_IS_EARLY):
251 struct mem_section *section = __pfn_to_section(pfn); in lookup_page_ext()285 struct mem_section *section; in init_section_page_ext()339 struct mem_section *ms; in __free_page_ext()361 struct mem_section *ms; in __invalidate_page_ext()
349 struct mem_section *ms; in pfn_to_online_page()752 struct mem_section *ms = __pfn_to_section(pfn); in section_taint_zone_device()
70 sections. A section is represented with struct mem_section87 The `mem_section` objects are arranged in a two-dimensional array94 single `mem_section` object.97 `mem_section` objects and the number of rows is calculated to fit
117 struct mem_section;
13 struct mem_section;
92 mem_section|(mem_section, NR_SECTION_ROOTS)|(mem_section, section_mem_map)95 The address of the mem_section array, its length, structure size, and