Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-x86_64/
Dmmzone.h30 extern int memnode_shift;
44 VIRTUAL_BUG_ON((addr >> memnode_shift) >= NODEMAPSIZE); in phys_to_nid()
45 nid = memnodemap[addr >> memnode_shift]; in phys_to_nid()
104 unsigned long index = phys_addr >> memnode_shift; in paddr_to_local_pfn()
142 unsigned long index = phys >> memnode_shift; \
/linux-2.4.37.9/arch/x86_64/mm/
Dk8topology.c25 int memnode_shift; variable
177 memnode_shift = compute_hash_shift(nodes,maxnode,end); in k8_scan_nodes()
178 if (memnode_shift < 0) { in k8_scan_nodes()
182 printk(KERN_INFO "Using node hash shift of %d\n", memnode_shift); in k8_scan_nodes()
Dnuma.c126 memnode_shift = 63; in numa_initmem_init()
/linux-2.4.37.9/arch/x86_64/kernel/
Dx8664_ksyms.c222 EXPORT_SYMBOL(memnode_shift);