Searched defs:kvm_vcpu (Results 1 – 7 of 7) sorted by relevance
324 struct kvm_vcpu { struct325 struct kvm *kvm;327 struct preempt_notifier preempt_notifier;329 int cpu;330 int vcpu_id; /* id given by userspace at creation */331 int vcpu_idx; /* index into kvm->vcpu_array */332 int ____srcu_idx; /* Don't use this directly. You've been warned. */334 int srcu_depth;336 int mode;337 u64 requests;[all …]
58 struct kvm_vcpu { struct59 struct list_head list;60 uint32_t id;61 int fd;62 struct kvm_vm *vm;63 struct kvm_run *run;65 struct kvm_cpuid2 *cpuid;67 struct kvm_binary_stats stats;68 struct kvm_dirty_gfn *dirty_gfns;69 uint32_t fetch_index;[all …]
101 struct kvm_vcpu *kvm_vcpu; member
230 struct kvm_vcpu *kvm_vcpu; member
7287 __init int nested_vmx_hardware_setup(int (*exit_handlers[])(struct kvm_vcpu *)) in nested_vmx_hardware_setup()
2624 unsigned int (*fn)(const struct kvm_vcpu *, in __el2_visibility()
9946 int (*complete_hypercall)(struct kvm_vcpu *)) in ____kvm_emulate_hypercall()