Searched refs:memmap (Results 1 – 4 of 4) sorted by relevance
688 unsigned long start = (unsigned long)memmap; in free_map_bootmem()761 struct page *page = virt_to_page(memmap); in free_map_bootmem()824 struct page *memmap = NULL; in section_deactivate() local861 else if (memmap) in section_deactivate()862 free_map_bootmem(memmap); in section_deactivate()874 struct page *memmap; in section_activate() local903 if (!memmap) { in section_activate()908 return memmap; in section_activate()936 struct page *memmap; in sparse_add_section() local944 if (IS_ERR(memmap)) in sparse_add_section()[all …]
48 struct page *page, *memmap; in register_page_bootmem_info_section() local55 memmap = sparse_decode_mem_map(ms->section_mem_map, section_nr); in register_page_bootmem_info_section()61 page = virt_to_page(memmap); in register_page_bootmem_info_section()83 struct page *page, *memmap; in register_page_bootmem_info_section() local89 memmap = sparse_decode_mem_map(ms->section_mem_map, section_nr); in register_page_bootmem_info_section()92 register_page_bootmem_memmap(section_nr, memmap, in register_page_bootmem_info_section()
3 bool "Extend memmap on extra space for more information on page"5 Extend memmap on extra space for more information on page. This
442 bool "Sparse Memory virtual memmap"446 SPARSEMEM_VMEMMAP uses a virtually mapped memmap to optimise1076 a subset of memmap at boot and then initialise the rest in parallel.1142 memmap. This allows pfn_to_page() lookups of otherwise
Completed in 13 milliseconds