Lines Matching refs:section_mem_map
152 return (section->section_mem_map >> SECTION_NID_SHIFT); in sparse_early_nid()
198 ms->section_mem_map |= SECTION_MARKED_PRESENT; in section_mark_present()
285 if (!ms->section_mem_map) { in memory_present()
286 ms->section_mem_map = sparse_encode_early_nid(nid) | in memory_present()
337 ms->section_mem_map &= ~SECTION_MAP_MASK; in sparse_init_one_section()
338 ms->section_mem_map |= sparse_encode_mem_map(mem_map, pnum) in sparse_init_one_section()
571 ms->section_mem_map = 0; in sparse_init_nid()
622 ms->section_mem_map |= SECTION_IS_ONLINE; in online_mem_sections()
644 ms->section_mem_map &= ~SECTION_IS_ONLINE; in offline_mem_sections()
782 memmap = sparse_decode_mem_map(ms->section_mem_map, section_nr); in section_deactivate()
783 ms->section_mem_map = sparse_encode_mem_map(NULL, section_nr); in section_deactivate()