Searched refs:physnode_map (Results 1 - 2 of 2) 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_32.h60 extern s8 physnode_map[];
65 return((int) physnode_map[(pfn) / PAGES_PER_ELEMENT]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dnuma_32.c60 * 4) physnode_map - the mapping between a pfn and owning node
61 * physnode_map keeps track of the physical memory layout of a generic
65 * physnode_map will contain:
67 * physnode_map[0-15] = 0;
68 * physnode_map[16-31] = 1;
69 * physnode_map[32- ] = -1;
71 s8 physnode_map[MAX_ELEMENTS] __read_mostly = { [0 ... (MAX_ELEMENTS - 1)] = -1};
72 EXPORT_SYMBOL(physnode_map); variable
80 printk(KERN_DEBUG " Setting physnode_map array to node %d for pfns:\n", nid);
83 physnode_map[pf
[all...]

Completed in 199 milliseconds