Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dpci_io.h20 struct zpci_iomap_entry { struct
26 extern struct zpci_iomap_entry *zpci_iomap_start; argument
40 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(addr)]; \
55 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(addr)]; \
143 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(src)]; in zpci_memcpy_fromio()
164 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(dst)]; in zpci_memcpy_toio()
/Linux-v4.19/arch/s390/pci/
Dpci.c70 struct zpci_iomap_entry *zpci_iomap_start;
569 memset(&zpci_iomap_start[entry], 0, sizeof(struct zpci_iomap_entry)); in zpci_free_iomap()