Home
last modified time | relevance | path

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

/include/linux/
Dkvm_host.h330 struct kvm_vcpu { struct
331 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 …]