Lines Matching defs:kvm_s390_sie_block

173 struct kvm_s390_sie_block {  struct
174 atomic_t cpuflags; /* 0x0000 */
176 __u32 prefix : 18;
178 __u32 ibc : 12;
179 __u8 reserved08[4]; /* 0x0008 */
181 __u32 prog0c; /* 0x000c */
182 union {
191 atomic_t prog20; /* 0x0020 */
192 __u8 reserved24[4]; /* 0x0024 */
193 __u64 cputm; /* 0x0028 */
194 __u64 ckc; /* 0x0030 */
195 __u64 epoch; /* 0x0038 */
196 __u32 svcc; /* 0x0040 */
203 __u16 lctl; /* 0x0044 */
204 __s16 icpua; /* 0x0046 */
213 __u32 ictl; /* 0x0048 */
223 __u32 eca; /* 0x004c */
242 __u8 icptcode; /* 0x0050 */
243 __u8 icptstatus; /* 0x0051 */
244 __u16 ihcpu; /* 0x0052 */
245 __u8 reserved54; /* 0x0054 */
253 __u8 iictl; /* 0x0055 */
254 __u16 ipa; /* 0x0056 */
255 __u32 ipb; /* 0x0058 */
256 __u32 scaoh; /* 0x005c */
258 __u8 fpf; /* 0x0060 */
265 __u8 ecb; /* 0x0061 */
271 __u8 ecb2; /* 0x0062 */
277 __u8 ecb3; /* 0x0063 */
279 __u32 scaol; /* 0x0064 */
280 __u8 sdf; /* 0x0068 */
281 __u8 epdx; /* 0x0069 */
282 __u8 cpnc; /* 0x006a */
283 __u8 reserved6b; /* 0x006b */
284 __u32 todpr; /* 0x006c */
286 __u32 gd; /* 0x0070 */
287 __u8 reserved74[12]; /* 0x0074 */
288 __u64 mso; /* 0x0080 */
289 __u64 msl; /* 0x0088 */
290 psw_t gpsw; /* 0x0090 */
291 __u64 gg14; /* 0x00a0 */
292 __u64 gg15; /* 0x00a8 */
293 __u8 reservedb0[8]; /* 0x00b0 */
296 __u8 hpid; /* 0x00b8 */
297 __u8 reservedb9[7]; /* 0x00b9 */
298 union {
305 } __packed;
306 __u32 reservedc8; /* 0x00c8 */
307 union {
313 } __packed;
314 union {
322 } __packed;
323 __u64 peraddr; /* 0x00d8 */
324 __u8 eai; /* 0x00e0 */
325 __u8 peraid; /* 0x00e1 */
326 __u8 oai; /* 0x00e2 */
327 __u8 armid; /* 0x00e3 */
328 __u8 reservede4[4]; /* 0x00e4 */
329 union {
337 } __packed;
338 __u8 reservedf4[8]; /* 0x00f4 */
343 __u32 crycbd; /* 0x00fc */
344 __u64 gcr[16]; /* 0x0100 */
345 union {
349 __u8 reserved188[8]; /* 0x0188 */
350 __u64 sdnxo; /* 0x0190 */
374 struct kvm_s390_sie_block sie_block; argument