Home
last modified time | relevance | path

Searched refs:memblock_x86_hole_size (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/x86/mm/
Dnuma_emulation.c87 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()
Dmemblock.c335 u64 __init memblock_x86_hole_size(u64 start, u64 end) in memblock_x86_hole_size() function
Dnuma_64.c508 e820ram = max_pfn - (memblock_x86_hole_size(0, in numa_meminfo_cover_memory()
/linux-2.6.39/arch/x86/include/asm/
Dmemblock.h18 u64 memblock_x86_hole_size(u64 start, u64 end);