]> granicus.if.org Git - strace/commit
Introduce s390_guarded_storage system call decoder
authorEugene Syromyatnikov <evgsyr@gmail.com>
Fri, 12 Jan 2018 16:25:38 +0000 (17:25 +0100)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 29 Jan 2018 13:10:10 +0000 (14:10 +0100)
commit180a913d84c2c281b9e4df17e0b37c9c1194e70d
tree2dc4d46fb545285d25e05b5c5795c334234d971f
parent9437d47366aa60cf457c4e69e2e1276b2532dcca
Introduce s390_guarded_storage system call decoder

* linux/s390/syscallent.h ([378]): Change decoder to s390_guarded_storage.
* linux/s390x/syscallent.h: Likewise.
* s390.c (struct guard_storage_control_block,
struct guard_storage_event_parameter_list): New structure type
definition.
(guard_storage_print_gsepl, guard_storage_print_gscb,
SYS_FUNC(s390_guarded_storage)): New function.
(DIV_ROUND_UP): New macro.
* xlat/s390_guarded_storage_commands.in: New file.
linux/s390/syscallent.h
linux/s390x/syscallent.h
s390.c
xlat/s390_guarded_storage_commands.in [new file with mode: 0644]