Searched defs:kvm_vcpu (Results 1 – 5 of 5) sorted by relevance
323 struct kvm_vcpu { struct324 struct kvm *kvm;326 struct preempt_notifier preempt_notifier;328 int cpu;329 int vcpu_id; /* id given by userspace at creation */330 int vcpu_idx; /* index into kvm->vcpu_array */331 int ____srcu_idx; /* Don't use this directly. You've been warned. */333 int srcu_depth;335 int mode;336 u64 requests;[all …]
49 struct kvm_vcpu { struct50 struct list_head list;51 uint32_t id;52 int fd;53 struct kvm_vm *vm;54 struct kvm_run *run;56 struct kvm_cpuid2 *cpuid;58 struct kvm_dirty_gfn *dirty_gfns;59 uint32_t fetch_index;60 uint32_t dirty_gfns_count;
101 struct kvm_vcpu *kvm_vcpu; member
230 struct kvm_vcpu *kvm_vcpu; member
7234 __init int nested_vmx_hardware_setup(int (*exit_handlers[])(struct kvm_vcpu *)) in nested_vmx_hardware_setup()