Home
last modified time | relevance | path

Searched refs:memstart (Results 1 – 2 of 2) sorted by relevance

/arch/m68k/platform/54xx/
Dconfig.c64 unsigned long memstart; in mcf54xx_bootmem_alloc() local
74 memstart = PAGE_ALIGN(_ramstart); in mcf54xx_bootmem_alloc()
76 start_pfn = memstart >> PAGE_SHIFT; in mcf54xx_bootmem_alloc()
85 memstart += init_bootmem_node(NODE_DATA(0), start_pfn, in mcf54xx_bootmem_alloc()
87 free_bootmem_node(NODE_DATA(0), memstart, _ramend - memstart); in mcf54xx_bootmem_alloc()
/arch/powerpc/mm/
D44x_mmu.c184 unsigned long memstart = memstart_addr & ~(PPC_PIN_SIZE - 1); in mmu_mapin_ram() local
188 for (addr = memstart + PPC_PIN_SIZE; addr < lowmem_end_addr; in mmu_mapin_ram()
235 unsigned long memstart = memstart_addr & ~(PPC_PIN_SIZE - 1); in mmu_init_secondary() local
246 for (addr = memstart + PPC_PIN_SIZE; addr < lowmem_end_addr; in mmu_init_secondary()