__zpci_store      133 arch/s390/include/asm/pci_insn.h int __zpci_store(u64 data, u64 req, u64 offset);
__zpci_store      212 arch/s390/pci/pci.c 	rc = __zpci_store(data, req, offset);
__zpci_store      247 arch/s390/pci/pci_insn.c EXPORT_SYMBOL_GPL(__zpci_store);
__zpci_store      255 arch/s390/pci/pci_insn.c 	return __zpci_store(data, req, ZPCI_OFFSET(addr));