Searched refs:start_mem (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Datari_stram.h14 void atari_stram_reserve_pages(void *start_mem);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mips-boards/
H A Dprom.h33 extern void prom_fixup_mem_map(unsigned long start_mem, unsigned long end_mem);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/mm/
H A Dinit.c77 * Make sure start_mem is page aligned, otherwise bootmem and
81 unsigned long start_mem = PAGE_ALIGN(memory_start); local
86 printk (KERN_DEBUG "start_mem is %#lx\nvirtual_end is %#lx\n",
87 start_mem, end_mem);
107 printk (KERN_DEBUG "free_area_init -> start_mem is %#lx\nvirtual_end is %#lx\n",
108 start_mem, end_mem);
126 unsigned long start_mem = memory_start; /* DAVIDM - these must start at end of kernel */ local
129 pr_debug("Mem_init: start=%lx, end=%lx\n", start_mem, end_mem);
134 start_mem = PAGE_ALIGN(start_mem);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/mm/
H A Dinit.c76 * Make sure start_mem is page aligned, otherwise bootmem and
80 unsigned long start_mem = PAGE_ALIGN(memory_start); local
85 printk ("start_mem is %#lx\nvirtual_end is %#lx\n",
86 start_mem, end_mem);
106 printk ("free_area_init -> start_mem is %#lx\nvirtual_end is %#lx\n",
107 start_mem, end_mem);
130 unsigned long start_mem = memory_start; /* DAVIDM - these must start at end of kernel */ local
134 printk(KERN_DEBUG "Mem_init: start=%lx, end=%lx\n", start_mem, end_mem);
140 start_mem = PAGE_ALIGN(start_mem);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mm/
H A Dinit.c43 * make sure start_mem is page aligned, otherwise bootmem and
60 pr_debug("free_area_init -> start_mem is %#lx virtual_end is %#lx\n",
97 unsigned long start_mem = memory_start; local
103 start_mem = PAGE_ALIGN(start_mem);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dnosun4c.c32 unsigned long __init sun4c_paging_init(unsigned long start_mem, unsigned long end_mem) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/pmc-sierra/msp71xx/
H A Dmsp_prom.h124 extern void prom_fixup_mem_map(unsigned long start_mem,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Dstram.c57 * (incrementing start_mem).
76 /* set after memory_init() executed and allocations via start_mem aren't
153 void __init atari_stram_reserve_pages(void *start_mem)
152 atari_stram_reserve_pages(void *start_mem) argument

Completed in 85 milliseconds