Searched refs:__zpci_store (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci_insn.c | 231 int __zpci_store(u64 data, u64 req, u64 offset) in __zpci_store() function 247 EXPORT_SYMBOL_GPL(__zpci_store); variable 255 return __zpci_store(data, req, ZPCI_OFFSET(addr)); in zpci_store_fh()
|
H A D | pci.c | 214 rc = __zpci_store(data, req, offset); in zpci_cfg_store()
|
/kernel/linux/linux-6.6/arch/s390/pci/ |
H A D | pci_insn.c | 276 int __zpci_store(u64 data, u64 req, u64 offset) in __zpci_store() function 300 EXPORT_SYMBOL_GPL(__zpci_store); variable 308 return __zpci_store(data, req, ZPCI_OFFSET(addr)); in zpci_store_fh()
|
H A D | pci.c | 230 rc = __zpci_store(data, req, offset); in zpci_cfg_store()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pci_insn.h | 133 int __zpci_store(u64 data, u64 req, u64 offset);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pci_insn.h | 153 int __zpci_store(u64 data, u64 req, u64 offset);
|
Completed in 6 milliseconds