iomem_size         45 arch/um/include/shared/mem_user.h extern int iomem_size;
iomem_size        141 arch/um/kernel/physmem.c 		*offset_out = phys - iomem_size;
iomem_size        179 arch/um/kernel/physmem.c int iomem_size;
iomem_size        302 arch/um/kernel/um_arch.c 	iomem_size = (iomem_size + PAGE_SIZE - 1) & PAGE_MASK;
iomem_size        303 arch/um/kernel/um_arch.c 	max_physmem = TASK_SIZE - uml_physmem - iomem_size - MIN_VMALLOC;
iomem_size        310 arch/um/kernel/um_arch.c 	if (physmem_size + iomem_size > max_physmem) {
iomem_size        311 arch/um/kernel/um_arch.c 		highmem = physmem_size + iomem_size - max_physmem;
iomem_size        316 arch/um/kernel/um_arch.c 	end_iomem = high_physmem + iomem_size;
iomem_size        347 arch/um/kernel/um_arch.c 	mem_total_pages(physmem_size, iomem_size, highmem);
iomem_size        385 arch/um/os-Linux/start_up.c 	iomem_size += new->size + UM_KERN_PAGE_SIZE;
iomem_size        331 drivers/pcmcia/bcm63xx_pcmcia.c 	unsigned int regmem_size = 0, iomem_size = 0;
iomem_size        369 drivers/pcmcia/bcm63xx_pcmcia.c 	iomem_size = resource_size(res);
iomem_size        370 drivers/pcmcia/bcm63xx_pcmcia.c 	skt->io_base = ioremap(res->start, iomem_size);
iomem_size       2152 sound/pci/korg1212/korg1212.c 	unsigned ioport_size, iomem_size, iomem2_size;
iomem_size       2208 sound/pci/korg1212/korg1212.c 	iomem_size = pci_resource_len(korg1212->pci, 0);
iomem_size       2217 sound/pci/korg1212/korg1212.c 		   korg1212->iomem, iomem_size,
iomem_size       2222 sound/pci/korg1212/korg1212.c         if ((korg1212->iobase = ioremap(korg1212->iomem, iomem_size)) == NULL) {
iomem_size       2224 sound/pci/korg1212/korg1212.c                            korg1212->iomem + iomem_size - 1);