Searched refs:zpci_err_insn_addr (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/s390/pci/ |
D | pci_insn.c | 47 static inline void zpci_err_insn_addr(int lvl, u8 insn, u8 cc, u8 status, in zpci_err_insn_addr() function 123 zpci_err_insn_addr(1, 'R', cc, status, addr, range); in zpci_refresh_trans() 130 zpci_err_insn_addr(0, 'R', cc, status, addr, range); in zpci_refresh_trans() 132 zpci_err_insn_addr(1, 'R', cc, status, addr, range); in zpci_refresh_trans() 249 zpci_err_insn_addr(0, 'L', cc, status, (__force u64) addr, len); in zpci_load() 337 zpci_err_insn_addr(0, 'S', cc, status, (__force u64) addr, len); in zpci_store() 425 zpci_err_insn_addr(0, 'B', cc, status, (__force u64) dst, len); in zpci_write_block()
|