Lines Matching defs:kvm_s390_sie_block
172 struct kvm_s390_sie_block { struct
173 atomic_t cpuflags; /* 0x0000 */
175 __u32 prefix : 18;
177 __u32 ibc : 12;
178 __u8 reserved08[4]; /* 0x0008 */
180 __u32 prog0c; /* 0x000c */
181 union {
190 atomic_t prog20; /* 0x0020 */
191 __u8 reserved24[4]; /* 0x0024 */
192 __u64 cputm; /* 0x0028 */
193 __u64 ckc; /* 0x0030 */
194 __u64 epoch; /* 0x0038 */
195 __u32 svcc; /* 0x0040 */
202 __u16 lctl; /* 0x0044 */
203 __s16 icpua; /* 0x0046 */
212 __u32 ictl; /* 0x0048 */
222 __u32 eca; /* 0x004c */
241 __u8 icptcode; /* 0x0050 */
242 __u8 icptstatus; /* 0x0051 */
243 __u16 ihcpu; /* 0x0052 */
244 __u8 reserved54; /* 0x0054 */
252 __u8 iictl; /* 0x0055 */
253 __u16 ipa; /* 0x0056 */
254 __u32 ipb; /* 0x0058 */
255 __u32 scaoh; /* 0x005c */
257 __u8 fpf; /* 0x0060 */
264 __u8 ecb; /* 0x0061 */
270 __u8 ecb2; /* 0x0062 */
276 __u8 ecb3; /* 0x0063 */
278 __u32 scaol; /* 0x0064 */
279 __u8 sdf; /* 0x0068 */
280 __u8 epdx; /* 0x0069 */
281 __u8 cpnc; /* 0x006a */
282 __u8 reserved6b; /* 0x006b */
283 __u32 todpr; /* 0x006c */
285 __u32 gd; /* 0x0070 */
286 __u8 reserved74[12]; /* 0x0074 */
287 __u64 mso; /* 0x0080 */
288 __u64 msl; /* 0x0088 */
289 psw_t gpsw; /* 0x0090 */
290 __u64 gg14; /* 0x00a0 */
291 __u64 gg15; /* 0x00a8 */
292 __u8 reservedb0[8]; /* 0x00b0 */
295 __u8 hpid; /* 0x00b8 */
296 __u8 reservedb9[7]; /* 0x00b9 */
297 union {
304 } __packed;
305 __u32 reservedc8; /* 0x00c8 */
306 union {
312 } __packed;
313 union {
321 } __packed;
322 __u64 peraddr; /* 0x00d8 */
323 __u8 eai; /* 0x00e0 */
324 __u8 peraid; /* 0x00e1 */
325 __u8 oai; /* 0x00e2 */
326 __u8 armid; /* 0x00e3 */
327 __u8 reservede4[4]; /* 0x00e4 */
328 union {
336 } __packed;
337 __u8 reservedf4[8]; /* 0x00f4 */
342 __u32 crycbd; /* 0x00fc */
343 __u64 gcr[16]; /* 0x0100 */
344 union {
348 __u8 reserved188[8]; /* 0x0188 */
349 __u64 sdnxo; /* 0x0190 */
373 struct kvm_s390_sie_block sie_block; argument