Searched defs:kvm_vcpu_arch_shared (Results 1 – 1 of 1) sorted by relevance
35 struct kvm_vcpu_arch_shared { struct36 __u64 scratch1;37 __u64 scratch2;38 __u64 scratch3;39 __u64 critical; /* Guest may not get interrupts if == r1 */40 __u64 sprg0;41 __u64 sprg1;42 __u64 sprg2;43 __u64 sprg3;44 __u64 srr0;[all …]