Searched refs:mem_map (Results 51 - 59 of 59) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/mm/
H A Dinit.c636 BUG_ON(!mem_map);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mm/
H A Dsram-alloc.c22 #include <asm/mem_map.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dnommu.c47 struct page *mem_map; variable in typeref:struct:page
60 EXPORT_SYMBOL(mem_map); variable
H A Dmemory.c73 struct page *mem_map; variable in typeref:struct:page
76 EXPORT_SYMBOL(mem_map); variable
H A Dpage_alloc.c3277 * There can be holes in boot-time mem_map[]s
4190 * With no DISCONTIG, the global mem_map is just set as node 0's
4193 mem_map = NODE_DATA(0)->node_mem_map;
4195 if (page_to_pfn(mem_map) != pgdat->node_start_pfn)
4196 mem_map -= (pgdat->node_start_pfn - ARCH_PFN_OFFSET);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dmmu.c1546 BUG_ON(mem_map); /* should only be used early */
1556 BUG_ON(mem_map); /* should only be used early */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dinit.c841 if (!mem_map)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dinit_32.c869 BUG_ON(!mem_map);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkexec.c1441 VMCOREINFO_SYMBOL(mem_map);

Completed in 221 milliseconds

123