Home
last modified time | relevance | path

Searched refs:zpci_iomap_start (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/s390/pci/
H A Dpci.c57 struct zpci_iomap_entry *zpci_iomap_start; variable
58 EXPORT_SYMBOL_GPL(zpci_iomap_start);
280 zpci_iomap_start[idx].fh = zdev->fh; in pci_iomap_range_fh()
281 zpci_iomap_start[idx].bar = bar; in pci_iomap_range_fh()
355 if (!--zpci_iomap_start[idx].count) { in pci_iounmap_fh()
356 zpci_iomap_start[idx].fh = 0; in pci_iounmap_fh()
357 zpci_iomap_start[idx].bar = 0; in pci_iounmap_fh()
470 if (!zpci_iomap_start[idx].count) in zpci_do_update_iomap_fh()
1026 if (!zpci_iomap_start) in zpci_mem_init()
1039 kfree(zpci_iomap_start); in zpci_mem_init()
[all …]
H A Dpci_insn.c216 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(addr)]; in zpci_load_fh()
305 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(addr)]; in zpci_store_fh()
392 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(dst)]; in zpci_write_block_fh()
/openbmc/linux/arch/s390/include/asm/
H A Dpci_io.h33 extern struct zpci_iomap_entry *zpci_iomap_start;