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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmmzone_64.h22 #define memnode_shift memnode.shift macro
32 nid = memnodemap[addr >> memnode_shift];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dk8topology_64.c204 memnode_shift = compute_hash_shift(nodes, 8, NULL);
205 if (memnode_shift < 0) {
209 pr_info("Using node hash shift of %d\n", memnode_shift);
H A Dnuma_64.c627 memnode_shift = compute_hash_shift(nodes, num_nodes, NULL);
628 if (memnode_shift < 0) {
629 memnode_shift = 0;
687 memnode_shift = 63;
H A Dsrat_64.c414 memnode_shift = compute_hash_shift(node_memblk_range, num_node_memblks,
416 if (memnode_shift < 0) {

Completed in 146 milliseconds