Searched refs:MEMBLOCK_NONE (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/mm/ |
D | cma.c | 320 MEMBLOCK_NONE); in cma_declare_contiguous() 327 MEMBLOCK_NONE); in cma_declare_contiguous()
|
D | memtest.c | 70 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &this_start, in do_one_pass()
|
D | nobootmem.c | 136 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &start, &end, in free_low_memory_core_early()
|
D | memblock.c | 64 return system_has_some_mirror ? MEMBLOCK_MIRROR : MEMBLOCK_NONE; in choose_memblock_flags() 1194 MEMBLOCK_NONE); in __memblock_alloc_base()
|
/linux-4.4.14/arch/x86/kernel/ |
D | check.c | 94 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &start, &end, in setup_bios_corruption_check()
|
D | e820.c | 1146 for_each_free_mem_range(u, NUMA_NO_NODE, MEMBLOCK_NONE, &start, &end, in memblock_find_dma_reserve()
|
/linux-4.4.14/arch/s390/kernel/ |
D | crash_dump.c | 509 MEMBLOCK_NONE, NULL, NULL, NULL) in get_mem_chunk_cnt() 523 MEMBLOCK_NONE, &start, &end, NULL) { in loads_init()
|
/linux-4.4.14/include/linux/ |
D | memblock.h | 25 MEMBLOCK_NONE = 0x0, /* No special request */ enumerator
|
/linux-4.4.14/arch/x86/mm/ |
D | init_32.c | 437 for_each_free_mem_range(i, nid, MEMBLOCK_NONE, &start, &end, NULL) { in add_highpages_with_active_regions()
|
/linux-4.4.14/arch/sparc/mm/ |
D | init_64.c | 2026 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &pa_start, in available_memory() 2053 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &pa_start, in reduce_memory()
|