io_base_alloc      69 arch/powerpc/include/asm/pci-bridge.h 	void *io_base_alloc;
io_base_alloc     113 arch/powerpc/kernel/pci_64.c 	if (hose->io_base_alloc == NULL)
io_base_alloc     117 arch/powerpc/kernel/pci_64.c 	pr_debug("  alloc=0x%p\n", hose->io_base_alloc);
io_base_alloc     120 arch/powerpc/kernel/pci_64.c 	vunmap(hose->io_base_alloc);
io_base_alloc     137 arch/powerpc/kernel/pci_64.c 	hose->io_base_alloc = NULL;
io_base_alloc     152 arch/powerpc/kernel/pci_64.c 	hose->io_base_alloc = area->addr;
io_base_alloc     158 arch/powerpc/kernel/pci_64.c 		 hose->io_base_phys, hose->io_base_virt, hose->io_base_alloc);