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