]> granicus.if.org Git - strace/commit
Introduce s390_pci_mmio_read, s390_pci_mmio_write system call decoders
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sun, 14 Jan 2018 09:40:21 +0000 (10:40 +0100)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 29 Jan 2018 13:10:10 +0000 (14:10 +0100)
commitf7649ed98547f7fbead5486ac034027fa4786708
treef8bf4d9245db84bc33b684072bbcb63ccfc075e4
parent9d35c59421f8878d147c967cab6f83a481fa6f59
Introduce s390_pci_mmio_read, s390_pci_mmio_write system call decoders

* linux/s390/syscallent.h ([352]): Change decoder to s390_pci_mmio_write.
([353]): Change decoder to s390_pci_mmio_read.
* linux/s390x/syscallent.h: Likewise.
* s390.c (SYS_FUNC(s390_pci_mmio_write), SYS_FUNC(s390_pci_mmio_read)):
New function.
linux/s390/syscallent.h
linux/s390x/syscallent.h
s390.c