Home
last modified time | relevance | path

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

/openbmc/linux/arch/arc/mm/
H A Dinit.c63 memblock_add_node(base, size, 0, MEMBLOCK_NONE); in early_init_dt_add_memory_arch()
69 memblock_add_node(base, size, 1, MEMBLOCK_NONE); in early_init_dt_add_memory_arch()
/openbmc/linux/include/linux/
H A Dmemblock.h45 MEMBLOCK_NONE = 0x0, /* No special request */ enumerator
156 __next_mem_range(idx, NUMA_NO_NODE, MEMBLOCK_NONE, &physmem, type, in __next_physmem_range()
248 MEMBLOCK_NONE, p_start, p_end, NULL)
/openbmc/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()
/openbmc/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.c171 return system_has_some_mirror ? MEMBLOCK_MIRROR : MEMBLOCK_NONE; in choose_memblock_flags()
1352 __next_mem_range(idx, zone_nid, MEMBLOCK_NONE, in __next_mem_pfn_range_in_zone()
1379 __next_mem_range(idx, zone_nid, MEMBLOCK_NONE, in __next_mem_pfn_range_in_zone()
2169 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &start, &end, in free_low_memory_core_early()
H A Dmemory_hotplug.c1394 enum memblock_flags memblock_flags = MEMBLOCK_NONE; in add_memory_resource()
/openbmc/linux/arch/ia64/mm/
H A Dcontig.c156 memblock_add_node(0, PFN_PHYS(max_low_pfn), 0, MEMBLOCK_NONE); in find_memory()
H A Dinit.c395 memblock_add_node(__pa(start), end - start, nid, MEMBLOCK_NONE); in register_active_ranges()
/openbmc/linux/arch/m68k/mm/
H A Dmotorola.c442 MEMBLOCK_NONE); in paging_init()
454 MEMBLOCK_NONE); in paging_init()
H A Dmcfmmu.c169 MEMBLOCK_NONE); in cf_bootmem_alloc()
/openbmc/linux/tools/testing/memblock/tests/
H A Dcommon.c92 flags = (movable_node_is_enabled()) ? MEMBLOCK_NONE : MEMBLOCK_HOTPLUG; in setup_numa_memblock()
/openbmc/linux/arch/xtensa/mm/
H A Dinit.c90 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, in free_highpages()
/openbmc/linux/arch/mips/loongson64/
H A Dinit.c82 MEMBLOCK_NONE); in szmem()
/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-memory.c345 MEMBLOCK_NONE); in szmem()
/openbmc/linux/arch/arm/mm/
H A Dinit.c247 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, in free_highpages()
/openbmc/linux/kernel/
H A Dkexec_file.c539 for_each_free_mem_range_reverse(i, NUMA_NO_NODE, MEMBLOCK_NONE, in kexec_walk_memblock()
553 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, in kexec_walk_memblock()
/openbmc/linux/arch/loongarch/kernel/
H A Dsetup.c220 memblock_add_node(start, size, pa_to_nid(start), MEMBLOCK_NONE); in early_parse_mem()
/openbmc/linux/arch/mips/kernel/
H A Dsetup.c373 memblock_add_node(start, size, pa_to_nid(start), MEMBLOCK_NONE); in early_parse_mem()
/openbmc/linux/arch/x86/mm/
H A Dinit_32.c404 for_each_free_mem_range(i, nid, MEMBLOCK_NONE, &start, &end, NULL) { in add_highpages_with_active_regions()
H A Dinit.c1029 for_each_free_mem_range(u, NUMA_NO_NODE, MEMBLOCK_NONE, &start_addr, &end_addr, NULL) { in memblock_find_dma_reserve()
/openbmc/linux/arch/s390/kernel/
H A Dsetup.c567 0, MEMBLOCK_NONE); in setup_resources()
/openbmc/linux/arch/powerpc/kernel/
H A Dfadump.c504 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, in fadump_locate_reserve_mem()