Searched defs:kvm_vcpu_arch_shared (Results 1 – 1 of 1) sorted by relevance
25 struct kvm_vcpu_arch_shared { struct26 __u64 scratch1;27 __u64 scratch2;28 __u64 scratch3;29 __u64 critical; /* Guest may not get interrupts if == r1 */30 __u64 sprg0;31 __u64 sprg1;32 __u64 sprg2;33 __u64 sprg3;34 __u64 srr0;[all …]