Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/pci/
Dpci_insn.c217 int zpci_store_block(const u64 *data, u64 req, u64 offset) in zpci_store_block() function
233 EXPORT_SYMBOL_GPL(zpci_store_block);
/Linux-v4.19/arch/s390/include/asm/
Dpci_insn.h84 int zpci_store_block(const u64 *data, u64 req, u64 offset);
Dpci_io.h124 return zpci_store_block(data, req, offset); in zpci_write_block()