Home
last modified time | relevance | path

Searched refs:MEMBLOCK_NONE (Results 1 – 16 of 16) sorted by relevance

/linux/arch/x86/kernel/
H A Dcheck.c115 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &start, &end, in setup_bios_corruption_check()
/linux/mm/
H A Dmemtest.c78 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &this_start, in do_one_pass()
H A Dmemblock.c185 return system_has_some_mirror ? MEMBLOCK_MIRROR : MEMBLOCK_NONE; in choose_memblock_flags()
668 WARN_ON(flags != MEMBLOCK_NONE && flags != rgn->flags); in memblock_add_range()
1464 __next_mem_range(idx, zone_nid, MEMBLOCK_NONE, in __next_mem_pfn_range_in_zone()
1491 __next_mem_range(idx, zone_nid, MEMBLOCK_NONE, in __next_mem_pfn_range_in_zone()
2362 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &start, &end, in free_low_memory_core_early()
H A Dcma.c578 for_each_free_mem_range(i, nid, MEMBLOCK_NONE, &start, &end, NULL) { in cma_declare_contiguous_multi()
H A Dmemory_hotplug.c1505 enum memblock_flags memblock_flags = MEMBLOCK_NONE; in add_memory_resource()
H A Dmm_init.c1325 for_each_free_mem_range(u, NUMA_NO_NODE, MEMBLOCK_NONE, &start_addr, &end_addr, NULL) { in calc_nr_kernel_pages()
/linux/arch/m68k/mm/
H A Dmotorola.c454 MEMBLOCK_NONE); in paging_init()
466 MEMBLOCK_NONE); in paging_init()
H A Dmcfmmu.c162 MEMBLOCK_NONE); in cf_bootmem_alloc()
/linux/tools/testing/memblock/tests/
H A Dcommon.c92 flags = (movable_node_is_enabled()) ? MEMBLOCK_NONE : MEMBLOCK_HOTPLUG; in setup_numa_memblock()
/linux/arch/mips/loongson64/
H A Dinit.c82 MEMBLOCK_NONE); in szmem()
/linux/arch/mips/sgi-ip27/
H A Dip27-memory.c345 MEMBLOCK_NONE); in szmem()
/linux/arch/loongarch/kernel/
H A Dsetup.c218 memblock_add_node(start, size, pa_to_nid(start), MEMBLOCK_NONE); in early_parse_mem()
/linux/kernel/
H A Dkexec_file.c600 * Using MEMBLOCK_NONE will properly skip MEMBLOCK_DRIVER_MANAGED. See in kexec_walk_memblock()
605 for_each_free_mem_range_reverse(i, NUMA_NO_NODE, MEMBLOCK_NONE, in kexec_walk_memblock()
619 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, in kexec_walk_memblock()
/linux/arch/mips/kernel/
H A Dsetup.c369 memblock_add_node(start, size, pa_to_nid(start), MEMBLOCK_NONE); in early_parse_mem()
/linux/arch/s390/kernel/
H A Dsetup.c546 0, MEMBLOCK_NONE); in setup_resources()
/linux/arch/powerpc/kernel/
H A Dfadump.c526 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, in fadump_locate_reserve_mem()