Searched defs:kvm_vcpu (Results 1 – 5 of 5) sorted by relevance
322 struct kvm_vcpu { struct323 struct kvm *kvm;325 struct preempt_notifier preempt_notifier;327 int cpu;328 int vcpu_id; /* id given by userspace at creation */329 int vcpu_idx; /* index into kvm->vcpu_array */330 int ____srcu_idx; /* Don't use this directly. You've been warned. */332 int srcu_depth;334 int mode;335 u64 requests;[all …]
62 struct kvm_vcpu { struct63 struct list_head list;64 uint32_t id;65 int fd;66 struct kvm_vm *vm;67 struct kvm_run *run;69 struct kvm_cpuid2 *cpuid;71 struct kvm_dirty_gfn *dirty_gfns;72 uint32_t fetch_index;73 uint32_t dirty_gfns_count;
101 struct kvm_vcpu *kvm_vcpu; member
230 struct kvm_vcpu *kvm_vcpu; member
7050 __init int nested_vmx_hardware_setup(int (*exit_handlers[])(struct kvm_vcpu *)) in nested_vmx_hardware_setup()