memnode_shift     194 arch/x86/mm/k8topology_64.c 	memnode_shift = compute_hash_shift(nodes, 8, NULL);
memnode_shift     195 arch/x86/mm/k8topology_64.c 	if (memnode_shift < 0) {
memnode_shift     199 arch/x86/mm/k8topology_64.c 	printk(KERN_INFO "Using node hash shift of %d\n", memnode_shift);
memnode_shift     483 arch/x86/mm/numa_64.c 	memnode_shift = compute_hash_shift(nodes, num_nodes, NULL);
memnode_shift     484 arch/x86/mm/numa_64.c 	if (memnode_shift < 0) {
memnode_shift     485 arch/x86/mm/numa_64.c 		memnode_shift = 0;
memnode_shift     547 arch/x86/mm/numa_64.c 	memnode_shift = 63;
memnode_shift     365 arch/x86/mm/srat_64.c 	memnode_shift = compute_hash_shift(node_memblk_range, num_node_memblks,
memnode_shift     367 arch/x86/mm/srat_64.c 	if (memnode_shift < 0) {
memnode_shift      32 include/asm-x86/mmzone_64.h 	nid = memnodemap[addr >> memnode_shift];