Searched defs:kvm_vcpu (Results 1 – 7 of 7) 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 …]
55 struct kvm_vcpu { struct56 struct list_head list;57 uint32_t id;58 int fd;59 struct kvm_vm *vm;60 struct kvm_run *run;62 struct kvm_cpuid2 *cpuid;64 struct kvm_binary_stats stats;65 struct kvm_dirty_gfn *dirty_gfns;66 uint32_t fetch_index;[all …]
101 struct kvm_vcpu *kvm_vcpu; member
230 struct kvm_vcpu *kvm_vcpu; member
7269 __init int nested_vmx_hardware_setup(int (*exit_handlers[])(struct kvm_vcpu *)) in nested_vmx_hardware_setup()
2443 unsigned int (*fn)(const struct kvm_vcpu *, in __el2_visibility()
10030 int (*complete_hypercall)(struct kvm_vcpu *)) in ____kvm_emulate_hypercall()