Searched refs:memstart (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/m68k/coldfire/ |
D | m54xx.c | 87 unsigned long memstart; in mcf54xx_bootmem_alloc() local 97 memstart = PAGE_ALIGN(_ramstart); in mcf54xx_bootmem_alloc() 99 start_pfn = memstart >> PAGE_SHIFT; in mcf54xx_bootmem_alloc() 108 memstart += init_bootmem_node(NODE_DATA(0), start_pfn, in mcf54xx_bootmem_alloc() 110 free_bootmem_node(NODE_DATA(0), memstart, _ramend - memstart); in mcf54xx_bootmem_alloc()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | 44x_mmu.c | 184 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()
|
/linux-4.1.27/drivers/usb/host/ |
D | oxu210hp-hcd.c | 3720 unsigned long memstart, unsigned long memlen, in oxu_create() argument 3739 hcd->rsrc_start = memstart; in oxu_create() 3757 unsigned long memstart, unsigned long memlen, in oxu_init() argument 3774 hcd = oxu_create(pdev, memstart, memlen, base, irq, 1); in oxu_init() 3783 hcd = oxu_create(pdev, memstart, memlen, base, irq, 0); in oxu_init() 3808 unsigned long memstart, memlen; in oxu_drv_probe() local 3833 memstart = res->start; in oxu_drv_probe() 3853 ret = oxu_init(pdev, memstart, memlen, base, irq); in oxu_drv_probe()
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 693 Format: <io>[,<irq>[,<memstart>]]
|