Searched refs:iomem_size (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/um/kernel/ |
D | um_arch.c | 305 iomem_size = (iomem_size + PAGE_SIZE - 1) & PAGE_MASK; in linux_main() 306 max_physmem = TASK_SIZE - uml_physmem - iomem_size - MIN_VMALLOC; in linux_main() 313 if (physmem_size + iomem_size > max_physmem) { in linux_main() 314 highmem = physmem_size + iomem_size - max_physmem; in linux_main() 319 end_iomem = high_physmem + iomem_size; in linux_main() 325 mem_total_pages(physmem_size, iomem_size, highmem); in linux_main()
|
D | physmem.c | 145 *offset_out = phys - iomem_size; in phys_mapping() 182 int iomem_size; variable
|
/linux-4.1.27/arch/um/include/shared/ |
D | mem_user.h | 45 extern int iomem_size;
|
/linux-4.1.27/drivers/pcmcia/ |
D | bcm63xx_pcmcia.c | 331 unsigned int regmem_size = 0, iomem_size = 0; in bcm63xx_drv_pcmcia_probe() local 369 iomem_size = resource_size(res); in bcm63xx_drv_pcmcia_probe() 370 skt->io_base = ioremap(res->start, iomem_size); in bcm63xx_drv_pcmcia_probe()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | start_up.c | 383 iomem_size += new->size + UM_KERN_PAGE_SIZE; in parse_iomem()
|
/linux-4.1.27/sound/pci/korg1212/ |
D | korg1212.c | 2148 unsigned ioport_size, iomem_size, iomem2_size; in snd_korg1212_create() local 2205 iomem_size = pci_resource_len(korg1212->pci, 0); in snd_korg1212_create() 2214 korg1212->iomem, iomem_size, in snd_korg1212_create() 2219 if ((korg1212->iobase = ioremap(korg1212->iomem, iomem_size)) == NULL) { in snd_korg1212_create() 2221 korg1212->iomem + iomem_size - 1); in snd_korg1212_create()
|