Searched refs:end_mem (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mips-boards/
H A Dprom.h33 extern void prom_fixup_mem_map(unsigned long start_mem, unsigned long end_mem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mips-boards/
H A Dprom.h33 extern void prom_fixup_mem_map(unsigned long start_mem, unsigned long end_mem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mm/
H A Dinit.c95 unsigned long end_mem = memory_end & PAGE_MASK; local
97 pr_debug("start_mem is %#lx virtual_end is %#lx\n", PAGE_ALIGN(memory_start), end_mem);
114 PAGE_ALIGN(memory_start), end_mem);
119 zones_size[ZONE_DMA] = (end_mem - PAGE_OFFSET) >> PAGE_SHIFT;
134 unsigned long end_mem = memory_end; local
136 end_mem &= PAGE_MASK;
137 high_memory = (void *)end_mem;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/mm/
H A Dinit.c112 unsigned long end_mem = memory_end & PAGE_MASK; local
116 start_mem, end_mem);
137 start_mem, end_mem);
144 zones_size[ZONE_NORMAL] = (end_mem - PAGE_OFFSET) >> PAGE_SHIFT;
161 unsigned long end_mem = memory_end; /* DAVIDM - this must not include kernel stack at top */ local
164 printk(KERN_DEBUG "Mem_init: start=%lx, end=%lx\n", start_mem, end_mem);
167 end_mem &= PAGE_MASK;
168 high_memory = (void *) end_mem;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/mm/
H A Dinit.c110 unsigned long end_mem = memory_end & PAGE_MASK; local
114 start_mem, end_mem);
135 start_mem, end_mem);
142 zones_size[ZONE_NORMAL] = (end_mem - PAGE_OFFSET) >> PAGE_SHIFT;
158 unsigned long end_mem = memory_end; /* DAVIDM - this must not include kernel stack at top */ local
161 printk(KERN_DEBUG "Mem_init: start=%lx, end=%lx\n", start_mem, end_mem);
164 end_mem &= PAGE_MASK;
165 high_memory = (void *) end_mem;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dnosrmmu.c32 unsigned long __init srmmu_paging_init(unsigned long start_mem, unsigned long end_mem) argument
H A Dnosun4c.c32 unsigned long __init sun4c_paging_init(unsigned long start_mem, unsigned long end_mem) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsgialib.h54 extern void prom_fixup_mem_map(unsigned long start_mem, unsigned long end_mem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsgialib.h54 extern void prom_fixup_mem_map(unsigned long start_mem, unsigned long end_mem);

Completed in 72 milliseconds