Searched refs:memory_start (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dsetup.c52 unsigned long memory_start; variable
98 memory_start = (unsigned long) &_ramstart;
101 if (memcmp((void *)memory_start, "-rom1fs-", 8) == 0) {
103 initrd_start = memory_start;
104 initrd_end = memory_start += be32_to_cpu(((unsigned long *) (memory_start))[2]);
106 memory_start += be32_to_cpu(((unsigned long *) memory_start)[2]);
109 memory_start = PAGE_ALIGN(memory_start);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dsections.h34 extern unsigned long __nongprelbss memory_start;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dinit.c46 unsigned long memory_start; variable
47 EXPORT_SYMBOL(memory_start); variable
80 memory_start = (u32) memblock.memory.region[i].base;
83 if ((memory_start <= (u32)_text) &&
85 memory_size = memory_end - memory_start;
86 PAGE_OFFSET = memory_start;
88 "size 0x%08x\n", __func__, (u32) memory_start,
94 if (!memory_start || !memory_end) {
96 __func__, (u32) memory_start, (u32) memory_end);
121 min_low_pfn = memory_start >> PAGE_SHIF
[all...]
H A Dpgtable.c79 p >= memory_start && p < virt_to_phys(high_memory) &&
173 p = memory_start;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3/
H A Dconfig.c108 static void __init sun3_bootmem_alloc(unsigned long memory_start, argument
114 memory_start = ((memory_start + (PAGE_SIZE-1)) & PAGE_MASK);
117 start_page = __pa(memory_start) >> PAGE_SHIFT;
121 availmem = memory_start;
133 unsigned long memory_start, memory_end; local
149 memory_start = ((((unsigned long)_end) + 0x2000) & ~0x1fff);
156 sun3_bootmem_alloc(memory_start, memory_end);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/kernel/
H A Dsetup.c64 unsigned long memory_start; local
78 memory_start = (unsigned long) &_end;
82 memory_start = romfs_start + romfs_length;
102 start_pfn = PFN_UP(memory_start); /* usually c0000000 + kernel + romfs */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dsetup.h33 extern unsigned long memory_start;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dsetup.c40 unsigned long memory_start; variable
43 EXPORT_SYMBOL(memory_start); variable
182 memory_start = PAGE_ALIGN(_ramstart);
255 (int) &_ebss, (int) memory_start,
256 (int) memory_start, (int) memory_end);
278 memory_start >> PAGE_SHIFT, /* map goes here */
285 free_bootmem(memory_start, memory_end - memory_start);
286 reserve_bootmem(memory_start, bootmap_size, BOOTMEM_DEFAULT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Duaccess.c31 if ((unsigned long) src < memory_start)
81 if ((unsigned long) src < memory_start)
H A Dsetup.c98 unsigned long __nongprelbss memory_start; 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);
770 memory_start >> PAGE_SHIFT, /* start of RAM */
775 max_mapnr = num_physpages = (memory_end - memory_start) >> PAGE_SHIFT;
790 min_low_pfn = memory_start >> PAGE_SHIFT;
798 free_bootmem(memory_start, low_top_pfn << PAGE_SHIFT);
853 memory_start >> PAGE_SHIFT, /* start of RAM */
858 free_bootmem(memory_start, memory_en
[all...]
H A Dfrv_ksyms.c41 EXPORT_SYMBOL(memory_start); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/mm/
H A Dinit.c65 extern unsigned long memory_start;
81 unsigned long start_mem = PAGE_ALIGN(memory_start);
126 unsigned long start_mem = memory_start; /* DAVIDM - these must start at end of kernel */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/mm/
H A Dinit.c64 extern unsigned long memory_start;
80 unsigned long start_mem = PAGE_ALIGN(memory_start);
130 unsigned long start_mem = memory_start; /* DAVIDM - these must start at end of kernel */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dpci-sh5.c104 unsigned long memStart = __pa(memory_start);
184 memSize = memory_end - memory_start;
200 SH5PCI_WRITE(CSR_MBAR0, memory_start);
201 SH5PCI_WRITE(LAR0, memory_start);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dsetup.c83 unsigned long memory_start; variable
101 memory_start = (unsigned long)CONFIG_MEMORY_START+PAGE_OFFSET;
102 memory_end = memory_start+(unsigned long)CONFIG_MEMORY_SIZE;
114 memory_end = memory_start + mem_size;
157 curr_pfn = PFN_UP(__pa(memory_start));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mm/
H A Dinit.c61 PAGE_ALIGN(memory_start), end_mem);
97 unsigned long start_mem = memory_start;
/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/microblaze/include/asm/
H A Dpage.h136 extern unsigned long memory_start;
167 # define ARCH_PFN_OFFSET (memory_start >> PAGE_SHIFT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Ddiscontig.c35 extern unsigned long memory_start;
48 mp->pages = PFN_DOWN(memory_end - memory_start);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dpage.h63 extern unsigned long memory_start;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dpage_no.h48 extern unsigned long memory_start;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dpage.h46 extern unsigned long memory_start;
/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;
/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
40 EXPORT_SYMBOL(memory_start); variable
492 * [memory_start, memory_end]: dynamic memory managed by kernel
534 memory_start = (_ramstart + 0x3fffff) & ~0x3fffff;
536 memory_start = PAGE_ALIGN(_ramstart);
684 /* mark memory between memory_start and memory_end usable */
685 add_memory_region(memory_start,
686 memory_end - memory_start, BFIN_MEMMAP_RAM);
699 if (min_low_pfn < memory_start >> PAGE_SHIFT)
700 min_low_pfn = memory_start >> PAGE_SHIF
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dinit.c316 memory_start = (unsigned long)__va(__MEMORY_START);
317 memory_end = memory_start + (memory_limit ?: memblock_phys_mem_size());
447 (unsigned long)memory_start, (unsigned long)high_memory,
448 ((unsigned long)high_memory - (unsigned long)memory_start) >> 20,

Completed in 211 milliseconds

12