Searched refs:memstart (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/m68k/coldfire/ |
H A D | m54xx.c | 87 unsigned long memstart; mcf54xx_bootmem_alloc() local 97 memstart = PAGE_ALIGN(_ramstart); mcf54xx_bootmem_alloc() 99 start_pfn = memstart >> PAGE_SHIFT; mcf54xx_bootmem_alloc() 108 memstart += init_bootmem_node(NODE_DATA(0), start_pfn, mcf54xx_bootmem_alloc() 110 free_bootmem_node(NODE_DATA(0), memstart, _ramend - memstart); mcf54xx_bootmem_alloc()
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | 44x_mmu.c | 184 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.1.27/drivers/usb/host/ |
H A D | oxu210hp-hcd.c | 3720 unsigned long memstart, unsigned long memlen, oxu_create() 3739 hcd->rsrc_start = memstart; oxu_create() 3757 unsigned long memstart, unsigned long memlen, oxu_init() 3774 hcd = oxu_create(pdev, memstart, memlen, base, irq, 1); oxu_init() 3783 hcd = oxu_create(pdev, memstart, memlen, base, irq, 0); oxu_init() 3808 unsigned long memstart, memlen; oxu_drv_probe() local 3833 memstart = res->start; oxu_drv_probe() 3853 ret = oxu_init(pdev, memstart, memlen, base, irq); oxu_drv_probe() 3719 oxu_create(struct platform_device *pdev, unsigned long memstart, unsigned long memlen, void *base, int irq, int otg) oxu_create() argument 3756 oxu_init(struct platform_device *pdev, unsigned long memstart, unsigned long memlen, void *base, int irq) oxu_init() argument
|
Completed in 118 milliseconds