Searched refs:memstart (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/m68k/coldfire/ |
D | m54xx.c | 88 unsigned long memstart; in mcf54xx_bootmem_alloc() local 98 memstart = PAGE_ALIGN(_ramstart); in mcf54xx_bootmem_alloc() 100 start_pfn = PFN_DOWN(memstart); in mcf54xx_bootmem_alloc() 109 memstart += init_bootmem_node(NODE_DATA(0), start_pfn, in mcf54xx_bootmem_alloc() 111 free_bootmem_node(NODE_DATA(0), memstart, _ramend - memstart); in mcf54xx_bootmem_alloc()
|
/linux-4.4.14/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.4.14/drivers/usb/host/ |
D | oxu210hp-hcd.c | 3715 unsigned long memstart, unsigned long memlen, in oxu_create() argument 3734 hcd->rsrc_start = memstart; in oxu_create() 3752 unsigned long memstart, unsigned long memlen, in oxu_init() argument 3769 hcd = oxu_create(pdev, memstart, memlen, base, irq, 1); in oxu_init() 3778 hcd = oxu_create(pdev, memstart, memlen, base, irq, 0); in oxu_init() 3803 unsigned long memstart, memlen; in oxu_drv_probe() local 3828 memstart = res->start; in oxu_drv_probe() 3848 ret = oxu_init(pdev, memstart, memlen, base, irq); in oxu_drv_probe()
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 700 Format: <io>[,<irq>[,<memstart>]]
|