Searched refs:memory_end (Results 1 - 25 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dsections.h35 extern unsigned long __nongprelbss memory_end;
H A Dsegment.h28 #define USER_DS MAKE_MM_SEG(memory_end)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dsetup.c53 unsigned long memory_end; variable
111 memory_end = (unsigned long) &_ramend; /* by now the stack is part of the init task */
113 memory_end -= STUBSIZE;
116 if ((memory_end < CONFIG_BLKDEV_RESERVE_ADDRESS) &&
117 (memory_end > CONFIG_BLKDEV_RESERVE_ADDRESS))
119 memory_end = CONFIG_BLKDEV_RESERVE_ADDRESS;
145 (int) memory_start, (int) memory_end,
146 (int) memory_end, (int) &_ramend);
172 memory_end >> PAGE_SHIFT);
177 free_bootmem(memory_start, memory_end
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3/
H A Dconfig.c109 unsigned long memory_end)
115 memory_end = memory_end & PAGE_MASK;
118 num_pages = __pa(memory_end) >> PAGE_SHIFT;
120 high_memory = (void *)memory_end;
127 free_bootmem(__pa(availmem), memory_end - (availmem));
133 unsigned long memory_start, memory_end; local
151 memory_end = *(romvec->pv_sun3mem) + PAGE_OFFSET - 2*PAGE_SIZE;
156 sun3_bootmem_alloc(memory_start, memory_end);
108 sun3_bootmem_alloc(unsigned long memory_start, unsigned long memory_end) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dinit.c48 unsigned long memory_end; /* due to mm/nommu.c */ variable
81 memory_end = (u32) memblock.memory.region[i].base
84 ((u32)_text <= memory_end)) {
85 memory_size = memory_end - memory_start;
89 (u32) memory_end, (u32) memory_size);
94 if (!memory_start || !memory_end) {
96 __func__, (u32) memory_start, (u32) memory_end);
124 max_pfn = max_low_pfn = memory_end >> PAGE_SHIFT;
196 high_memory = (void *)__va(memory_end);
232 memory_end
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Duncached.c34 uncached_start = memory_end;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dsetup.h34 extern unsigned long memory_end;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dsetup.c41 unsigned long memory_end; variable
44 EXPORT_SYMBOL(memory_end); variable
183 memory_end = _ramend;
256 (int) memory_start, (int) memory_end);
280 memory_end >> PAGE_SHIFT);
285 free_bootmem(memory_start, memory_end - memory_start);
290 (initrd_end < memory_end))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/mm/
H A Dinit.c66 extern unsigned long memory_end;
83 unsigned long end_mem = memory_end & PAGE_MASK;
127 unsigned long end_mem = memory_end; /* DAVIDM - this must not include kernel stack at top */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/mm/
H A Dinit.c65 extern unsigned long memory_end;
82 unsigned long end_mem = memory_end & PAGE_MASK;
131 unsigned long end_mem = memory_end; /* DAVIDM - this must not include kernel stack at top */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mm/
H A Dinit.c46 unsigned long end_mem = memory_end & PAGE_MASK;
98 unsigned long end_mem = memory_end;
119 reservedpages += (_ramend - memory_end - DMA_UNCACHED_REGION) >> PAGE_SHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dpage.h64 extern unsigned long memory_end;
92 ((void *)(kaddr) < (void *)memory_end))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dpage_no.h49 extern unsigned long memory_end;
73 ((void *)(kaddr) < (void *)memory_end))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dpage.h47 extern unsigned long memory_end;
71 ((void *)(kaddr) < (void *)memory_end))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dsetup.c61 static unsigned long __initdata memory_end; variable
110 memory_end = (unsigned long) CONFIG_KERNEL_RAM_BASE_ADDRESS +
112 if (memory_end > phys_memory_end)
113 memory_end = phys_memory_end;
141 end_pfn = PFN_DOWN(__pa(memory_end));
158 CONFIG_INTERRUPT_VECTOR_BASE < memory_end)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dsetup.c91 unsigned long __initdata memory_end; variable
278 memory_end = memparse(p, &p);
512 memory_end = ZFCPDUMP_HSA_SIZE;
517 memory_end &= PAGE_MASK;
519 max_mem = memory_end ? min(VMEM_MAX_PHYS, memory_end) : VMEM_MAX_PHYS;
520 memory_end = min(max_mem, memory_end);
556 if (!memory_end)
557 memory_end
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dsetup.c84 unsigned long memory_end; variable
102 memory_end = memory_start+(unsigned long)CONFIG_MEMORY_SIZE;
114 memory_end = memory_start + mem_size;
138 max_low_pfn = PFN_DOWN( __pa(memory_end) );
162 last_pfn = PFN_DOWN(__pa(memory_end));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dsetup.c36 unsigned long memory_start, memory_end, physical_mem_end; variable
41 EXPORT_SYMBOL(memory_end); variable
492 * [memory_start, memory_end]: dynamic memory managed by kernel
493 * [memory_end, _ramend]: reserved memory
494 * [memory_mtd_start(memory_end),
515 max_mem = memory_end = _ramend - DMA_UNCACHED_REGION;
541 memory_mtd_end = memory_end;
564 if (memory_end > max_mem) {
566 memory_end = max_mem;
576 if (mtd_size == 0 || memory_end <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dsetup.c99 unsigned long __nongprelbss memory_end; variable
643 memory_end = memory_start + mem_size;
704 printk("Memory %08lx-%08lx\n", memory_start, memory_end);
706 BUG_ON(memory_start == memory_end);
771 memory_end >> PAGE_SHIFT /* end of RAM */
775 max_mapnr = num_physpages = (memory_end - memory_start) >> PAGE_SHIFT;
792 max_pfn = memory_end >> PAGE_SHIFT;
854 memory_end >> PAGE_SHIFT /* end of RAM */
858 free_bootmem(memory_start, memory_end - memory_start);
860 high_memory = (void *) (memory_end
[all...]
H A Dfrv_ksyms.c42 EXPORT_SYMBOL(memory_end); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dsections.h14 extern unsigned long memory_start, memory_end, physical_mem_end;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dpci-sh5.c105 unsigned long memSize = __pa(memory_end) - memStart;
184 memSize = memory_end - memory_start;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Ddiscontig.c36 extern unsigned long memory_end;
48 mp->pages = PFN_DOWN(memory_end - memory_start);
H A Dinit.c142 extern unsigned long memory_end;
158 high_memory = (void *)(memory_end & PAGE_MASK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dpage.h45 extern unsigned long memory_start, memory_end;

Completed in 192 milliseconds

12