Searched defs:kvm_vcpu (Results 1 – 1 of 1) sorted by relevance
330 struct kvm_vcpu { struct331 struct kvm *kvm;333 struct preempt_notifier preempt_notifier;335 int cpu;336 int vcpu_id; /* id given by userspace at creation */337 int vcpu_idx; /* index into kvm->vcpu_array */338 int ____srcu_idx; /* Don't use this directly. You've been warned. */340 int srcu_depth;342 int mode;343 u64 requests;[all …]