Searched defs:kvm_vcpu (Results 1 – 7 of 7) sorted by relevance
326 struct kvm_vcpu { struct327 struct kvm *kvm;329 struct preempt_notifier preempt_notifier;331 int cpu;332 int vcpu_id; /* id given by userspace at creation */333 int vcpu_idx; /* index into kvm->vcpu_array */334 int ____srcu_idx; /* Don't use this directly. You've been warned. */336 int srcu_depth;338 int mode;339 u64 requests;[all …]
58 struct kvm_vcpu { struct68 struct kvm_vcpu_init init; argument70 struct kvm_binary_stats stats;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
7456 __init int nested_vmx_hardware_setup(int (*exit_handlers[])(struct kvm_vcpu *)) in nested_vmx_hardware_setup()
2708 unsigned int (*fn)(const struct kvm_vcpu *, in __el2_visibility()
2128 int (*complete_rdmsr)(struct kvm_vcpu *)) in __kvm_emulate_rdmsr()10331 int (*complete_hypercall)(struct kvm_vcpu *)) in ____kvm_emulate_hypercall()