Searched refs:memstart (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/m68k/coldfire/
H A Dm54xx.c88 unsigned long memstart; mcf54xx_bootmem_alloc() local
98 memstart = PAGE_ALIGN(_ramstart); mcf54xx_bootmem_alloc()
100 start_pfn = PFN_DOWN(memstart); mcf54xx_bootmem_alloc()
109 memstart += init_bootmem_node(NODE_DATA(0), start_pfn, mcf54xx_bootmem_alloc()
111 free_bootmem_node(NODE_DATA(0), memstart, _ramend - memstart); mcf54xx_bootmem_alloc()
/linux-4.4.14/arch/powerpc/mm/
H A D44x_mmu.c184 unsigned long memstart = memstart_addr & ~(PPC_PIN_SIZE - 1); mmu_mapin_ram() local
188 for (addr = memstart + PPC_PIN_SIZE; addr < lowmem_end_addr; mmu_mapin_ram()
235 unsigned long memstart = memstart_addr & ~(PPC_PIN_SIZE - 1); mmu_init_secondary() local
246 for (addr = memstart + PPC_PIN_SIZE; addr < lowmem_end_addr; mmu_init_secondary()
/linux-4.4.14/drivers/usb/host/
H A Doxu210hp-hcd.c3715 unsigned long memstart, unsigned long memlen, oxu_create()
3734 hcd->rsrc_start = memstart; oxu_create()
3752 unsigned long memstart, unsigned long memlen, oxu_init()
3769 hcd = oxu_create(pdev, memstart, memlen, base, irq, 1); oxu_init()
3778 hcd = oxu_create(pdev, memstart, memlen, base, irq, 0); oxu_init()
3803 unsigned long memstart, memlen; oxu_drv_probe() local
3828 memstart = res->start; oxu_drv_probe()
3848 ret = oxu_init(pdev, memstart, memlen, base, irq); oxu_drv_probe()
3714 oxu_create(struct platform_device *pdev, unsigned long memstart, unsigned long memlen, void *base, int irq, int otg) oxu_create() argument
3751 oxu_init(struct platform_device *pdev, unsigned long memstart, unsigned long memlen, void *base, int irq) oxu_init() argument

Completed in 179 milliseconds