Home
last modified time | relevance | path

Searched defs:kvm_s390_sie_block (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/kvm/include/s390x/
Dsie.h20 struct kvm_s390_sie_block { struct
44 __u32 cpuflags; /* 0x0000 */
46 __u32 prefix : 18;
48 __u32 ibc : 12;
49 __u8 reserved08[4]; /* 0x0008 */
51 __u32 prog0c; /* 0x000c */
52 union {
61 __u32 prog20; /* 0x0020 */
62 __u8 reserved24[4]; /* 0x0024 */
63 __u64 cputm; /* 0x0028 */
[all …]
/linux-6.12.1/arch/s390/include/asm/
Dkvm_host.h172 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 */
[all …]