Searched defs:kvm_vcpu (Results 1 – 7 of 7) 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 …]
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
7268 __init int nested_vmx_hardware_setup(int (*exit_handlers[])(struct kvm_vcpu *)) in nested_vmx_hardware_setup()
2381 unsigned int (*fn)(const struct kvm_vcpu *, in __el2_visibility()
10012 int (*complete_hypercall)(struct kvm_vcpu *)) in ____kvm_emulate_hypercall()