Home
last modified time | relevance | path

Searched refs:zpci_iomap_entry (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/s390/include/asm/
Dpci_io.h16 struct zpci_iomap_entry { struct
22 extern struct zpci_iomap_entry *zpci_iomap_start; argument
35 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(addr)]; \
50 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(addr)]; \
138 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(src)]; in zpci_memcpy_fromio()
159 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(dst)]; in zpci_memcpy_toio()
/linux-4.4.14/arch/s390/pci/
Dpci.c74 struct zpci_iomap_entry *zpci_iomap_start;
563 memset(&zpci_iomap_start[entry], 0, sizeof(struct zpci_iomap_entry)); in zpci_free_iomap()