Searched refs:section_mem_map (Results 1 - 5 of 5) sorted by relevance

/linux-master/mm/
H A Dsparse.c113 * During early boot, before section_mem_map is used for an actual
114 * mem_map, we use section_mem_map to store the section's NUMA
125 return (section->section_mem_map >> SECTION_NID_SHIFT);
170 ms->section_mem_map |= SECTION_MARKED_PRESENT;
252 if (!ms->section_mem_map) {
253 ms->section_mem_map = sparse_encode_early_nid(nid) |
276 * the identity pfn - section_mem_map will return the actual
304 ms->section_mem_map &= ~SECTION_MAP_MASK;
305 ms->section_mem_map |= sparse_encode_mem_map(mem_map, pnum)
550 ms->section_mem_map
[all...]
H A Dbootmem_info.c54 memmap = sparse_decode_mem_map(ms->section_mem_map, section_nr);
88 memmap = sparse_decode_mem_map(ms->section_mem_map, section_nr);
H A Dmemory_hotplug.c733 ms->section_mem_map |= SECTION_TAINT_ZONE_DEVICE;
/linux-master/include/linux/
H A Dmmzone.h1812 unsigned long section_mem_map; member in struct:mem_section
1905 unsigned long map = section->section_mem_map;
1912 return (section && (section->section_mem_map & SECTION_MARKED_PRESENT));
1922 return (section && (section->section_mem_map & SECTION_HAS_MEM_MAP));
1927 return (section && (section->section_mem_map & SECTION_IS_EARLY));
1937 return (section && (section->section_mem_map & SECTION_IS_ONLINE));
1945 return section && ((section->section_mem_map & flags) == flags);
/linux-master/kernel/
H A Dvmcore_info.c162 VMCOREINFO_OFFSET(mem_section, section_mem_map);

Completed in 129 milliseconds