Searched refs:memblock_x86_hole_size (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/x86/mm/ |
D | numa_emulation.c | 87 size = (max_addr - addr - memblock_x86_hole_size(addr, max_addr)) / nr_nodes; in split_nodes_interleave() 132 memblock_x86_hole_size(start, end) < size) { in split_nodes_interleave() 146 memblock_x86_hole_size(end, dma32_end) < FAKE_NODE_MIN_SIZE) in split_nodes_interleave() 155 memblock_x86_hole_size(end, limit) < size) in split_nodes_interleave() 176 while (end - start - memblock_x86_hole_size(start, end) < size) { in find_end_of_node() 207 min_size = (max_addr - addr - memblock_x86_hole_size(addr, max_addr)) / in split_nodes_size_interleave() 248 memblock_x86_hole_size(end, dma32_end) < FAKE_NODE_MIN_SIZE) in split_nodes_size_interleave() 257 memblock_x86_hole_size(end, limit) < size) in split_nodes_size_interleave()
|
D | memblock.c | 335 u64 __init memblock_x86_hole_size(u64 start, u64 end) in memblock_x86_hole_size() function
|
D | numa_64.c | 508 e820ram = max_pfn - (memblock_x86_hole_size(0, in numa_meminfo_cover_memory()
|
/linux-2.6.39/arch/x86/include/asm/ |
D | memblock.h | 18 u64 memblock_x86_hole_size(u64 start, u64 end);
|