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

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/mm/
H A Dinit.c608 BUG_ON(!mem_map);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/mm/
H A Dinit.c648 if (!mem_map)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pcmcia/
H A Dm32r_cfc.c66 pccard_mem_map mem_map[MAX_WIN]; member in struct:pcc_socket
H A Dm32r_pcc.c72 pccard_mem_map mem_map[MAX_WIN]; member in struct:pcc_socket
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dpage_alloc.c1932 * There can be holes in boot-time mem_map[]s
2348 * In reserve-based hot-add, mem_map is allocated that is unused until hotadd
2351 * an arch to push out the node boundaries so mem_map is allocated that can
2698 * With no DISCONTIG, the global mem_map is just set as node 0's
2701 mem_map = NODE_DATA(0)->node_mem_map;
2703 if (page_to_pfn(mem_map) != pgdat->node_start_pfn)
2704 mem_map -= pgdat->node_start_pfn;
H A Dmemory.c66 struct page *mem_map; variable in typeref:struct:page
69 EXPORT_SYMBOL(mem_map); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dvmi.c247 * During boot, mem_map is not yet available in paging_init, so stash
260 BUG_ON(!mem_map);
374 * This call comes in very early, before mem_map is setup.

Completed in 155 milliseconds

123