aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include
diff options
context:
space:
mode:
authorEric Farman <farman@linux.vnet.ibm.com>2015-02-02 15:01:06 -0500
committerChristian Borntraeger <borntraeger@de.ibm.com>2015-03-06 13:49:33 +0100
commit403c8648cb191ef88555bfa72deaa969c0367f41 (patch)
treefecd56dcd715401cf76c30e0fb31f9f839892be0 /arch/s390/include
parentKVM: s390: Allocate and save/restore vector registers (diff)
downloadlinux-dev-403c8648cb191ef88555bfa72deaa969c0367f41.tar.xz
linux-dev-403c8648cb191ef88555bfa72deaa969c0367f41.zip
KVM: s390: Vector exceptions
A new exception type for vector instructions is introduced with the new processor, but is handled exactly like a Data Exception which is already handled by the system. Signed-off-by: Eric Farman <farman@linux.vnet.ibm.com> Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r--arch/s390/include/asm/kvm_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/kvm_host.h b/arch/s390/include/asm/kvm_host.h
index 3449a388b169..fb1fd39dfacd 100644
--- a/arch/s390/include/asm/kvm_host.h
+++ b/arch/s390/include/asm/kvm_host.h
@@ -276,6 +276,7 @@ struct kvm_vcpu_stat {
#define PGM_SPECIAL_OPERATION 0x13
#define PGM_OPERAND 0x15
#define PGM_TRACE_TABEL 0x16
+#define PGM_VECTOR_PROCESSING 0x1b
#define PGM_SPACE_SWITCH 0x1c
#define PGM_HFP_SQUARE_ROOT 0x1d
#define PGM_PC_TRANSLATION_SPEC 0x1f