aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include')
-rw-r--r--arch/s390/include/asm/kvm_host.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/s390/include/asm/kvm_host.h b/arch/s390/include/asm/kvm_host.h
index 9a809f935580..43207dd45fab 100644
--- a/arch/s390/include/asm/kvm_host.h
+++ b/arch/s390/include/asm/kvm_host.h
@@ -62,6 +62,7 @@ struct sca_block {
62#define CPUSTAT_MCDS 0x00000100 62#define CPUSTAT_MCDS 0x00000100
63#define CPUSTAT_SM 0x00000080 63#define CPUSTAT_SM 0x00000080
64#define CPUSTAT_G 0x00000008 64#define CPUSTAT_G 0x00000008
65#define CPUSTAT_GED 0x00000004
65#define CPUSTAT_J 0x00000002 66#define CPUSTAT_J 0x00000002
66#define CPUSTAT_P 0x00000001 67#define CPUSTAT_P 0x00000001
67 68
@@ -96,7 +97,8 @@ struct kvm_s390_sie_block {
96 __u32 scaoh; /* 0x005c */ 97 __u32 scaoh; /* 0x005c */
97 __u8 reserved60; /* 0x0060 */ 98 __u8 reserved60; /* 0x0060 */
98 __u8 ecb; /* 0x0061 */ 99 __u8 ecb; /* 0x0061 */
99 __u8 reserved62[2]; /* 0x0062 */ 100 __u8 ecb2; /* 0x0062 */
101 __u8 reserved63[1]; /* 0x0063 */
100 __u32 scaol; /* 0x0064 */ 102 __u32 scaol; /* 0x0064 */
101 __u8 reserved68[4]; /* 0x0068 */ 103 __u8 reserved68[4]; /* 0x0068 */
102 __u32 todpr; /* 0x006c */ 104 __u32 todpr; /* 0x006c */
@@ -136,6 +138,7 @@ struct kvm_vcpu_stat {
136 u32 deliver_program_int; 138 u32 deliver_program_int;
137 u32 deliver_io_int; 139 u32 deliver_io_int;
138 u32 exit_wait_state; 140 u32 exit_wait_state;
141 u32 instruction_pfmf;
139 u32 instruction_stidp; 142 u32 instruction_stidp;
140 u32 instruction_spx; 143 u32 instruction_spx;
141 u32 instruction_stpx; 144 u32 instruction_stpx;