Searched refs:lowmem_end_addr (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmemblock.h9 extern phys_addr_t lowmem_end_addr;
10 #define MEMBLOCK_REAL_LIMIT lowmem_end_addr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dmemblock.h5 extern phys_addr_t lowmem_end_addr;
6 #define MEMBLOCK_REAL_LIMIT lowmem_end_addr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dinit_32.c65 phys_addr_t lowmem_end_addr; variable
149 lowmem_end_addr = memstart_addr + total_lowmem;
160 lowmem_end_addr = memstart_addr + total_lowmem;
163 memblock_enforce_memory_limit(lowmem_end_addr);
H A D44x_mmu.c190 for (addr = PPC_PIN_SIZE; addr < lowmem_end_addr;
230 for (addr = PPC_PIN_SIZE; addr < lowmem_end_addr;
H A Dmem.c191 max_low_pfn = lowmem_end_addr >> PAGE_SHIFT;
218 free_bootmem_with_active_regions(0, lowmem_end_addr >> PAGE_SHIFT);
224 if (addr < lowmem_end_addr)
228 else if (memblock.reserved.region[i].base < lowmem_end_addr) {
229 unsigned long adjusted_size = lowmem_end_addr -
303 max_zone_pfns[ZONE_DMA] = lowmem_end_addr >> PAGE_SHIFT;
363 highmem_mapnr = lowmem_end_addr >> PAGE_SHIFT;
H A Dmmu_decl.h122 extern phys_addr_t lowmem_end_addr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dmmu.c764 phys_addr_t lowmem_end_addr; variable
770 lowmem_end_addr = __pa(vmalloc_min - 1) + 1;

Completed in 318 milliseconds