zpci_iomap_start 30 arch/s390/include/asm/pci_io.h extern struct zpci_iomap_entry *zpci_iomap_start; zpci_iomap_start 51 arch/s390/pci/pci.c struct zpci_iomap_entry *zpci_iomap_start; zpci_iomap_start 52 arch/s390/pci/pci.c EXPORT_SYMBOL_GPL(zpci_iomap_start); zpci_iomap_start 274 arch/s390/pci/pci.c WARN_ON(!++zpci_iomap_start[idx].count); zpci_iomap_start 275 arch/s390/pci/pci.c zpci_iomap_start[idx].fh = zdev->fh; zpci_iomap_start 276 arch/s390/pci/pci.c zpci_iomap_start[idx].bar = bar; zpci_iomap_start 349 arch/s390/pci/pci.c WARN_ON(!zpci_iomap_start[idx].count); zpci_iomap_start 350 arch/s390/pci/pci.c if (!--zpci_iomap_start[idx].count) { zpci_iomap_start 351 arch/s390/pci/pci.c zpci_iomap_start[idx].fh = 0; zpci_iomap_start 352 arch/s390/pci/pci.c zpci_iomap_start[idx].bar = 0; zpci_iomap_start 481 arch/s390/pci/pci.c memset(&zpci_iomap_start[entry], 0, sizeof(struct zpci_iomap_entry)); zpci_iomap_start 830 arch/s390/pci/pci.c zpci_iomap_start = kcalloc(ZPCI_IOMAP_ENTRIES, zpci_iomap_start 831 arch/s390/pci/pci.c sizeof(*zpci_iomap_start), GFP_KERNEL); zpci_iomap_start 832 arch/s390/pci/pci.c if (!zpci_iomap_start) zpci_iomap_start 842 arch/s390/pci/pci.c kfree(zpci_iomap_start); zpci_iomap_start 852 arch/s390/pci/pci.c kfree(zpci_iomap_start); zpci_iomap_start 168 arch/s390/pci/pci_insn.c struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(addr)]; zpci_iomap_start 252 arch/s390/pci/pci_insn.c struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(addr)]; zpci_iomap_start 332 arch/s390/pci/pci_insn.c struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(dst)];