Searched refs:iomem_size (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/arch/um/kernel/ |
| D | um_arch.c | 303 iomem_size = (iomem_size + PAGE_SIZE - 1) & PAGE_MASK; in linux_main() 304 max_physmem = TASK_SIZE - uml_physmem - iomem_size - MIN_VMALLOC; in linux_main() 311 if (physmem_size + iomem_size > max_physmem) { in linux_main() 312 highmem = physmem_size + iomem_size - max_physmem; in linux_main() 317 end_iomem = high_physmem + iomem_size; in linux_main() 323 mem_total_pages(physmem_size, iomem_size, highmem); in linux_main()
|
| D | physmem.c | 144 *offset_out = phys - iomem_size; in phys_mapping() 181 int iomem_size; variable
|
| /linux-4.4.14/arch/um/include/shared/ |
| D | mem_user.h | 45 extern int iomem_size;
|
| /linux-4.4.14/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.4.14/arch/um/os-Linux/ |
| D | start_up.c | 383 iomem_size += new->size + UM_KERN_PAGE_SIZE; in parse_iomem()
|
| /linux-4.4.14/sound/pci/korg1212/ |
| D | korg1212.c | 2150 unsigned ioport_size, iomem_size, iomem2_size; in snd_korg1212_create() local 2207 iomem_size = pci_resource_len(korg1212->pci, 0); in snd_korg1212_create() 2216 korg1212->iomem, iomem_size, in snd_korg1212_create() 2221 if ((korg1212->iobase = ioremap(korg1212->iomem, iomem_size)) == NULL) { in snd_korg1212_create() 2223 korg1212->iomem + iomem_size - 1); in snd_korg1212_create()
|