diff options
author | Eric Farman <farman@linux.vnet.ibm.com> | 2015-01-14 09:57:16 -0500 |
---|---|---|
committer | Cornelia Huck <cornelia.huck@de.ibm.com> | 2015-05-27 17:52:03 +0200 |
commit | abec53565dce5ed56bff4968d3bed88f6cf68c3c (patch) | |
tree | 93938cd9c187cdec63b61c604ae34a511da03310 /target-s390x/cpu.h | |
parent | fcb79802e07fe06fe24ba97a027d8a1c3a714fa7 (diff) |
s390x: Store Additional Status SIGP order
Add handling for the Store Additional Status at Address order
that exists for the Signal Processor (SIGP) instruction.
Signed-off-by: Eric Farman <farman@linux.vnet.ibm.com>
Reviewed-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'target-s390x/cpu.h')
-rw-r--r-- | target-s390x/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h index 708349ca04..031f94dc40 100644 --- a/target-s390x/cpu.h +++ b/target-s390x/cpu.h @@ -945,6 +945,7 @@ struct sysib_322 { #define SIGP_SET_PREFIX 0x0d #define SIGP_STORE_STATUS_ADDR 0x0e #define SIGP_SET_ARCH 0x12 +#define SIGP_STORE_ADTL_STATUS 0x17 /* SIGP condition codes */ #define SIGP_CC_ORDER_CODE_ACCEPTED 0 |