Home
last modified time | relevance | path

Searched defs:kvm_vcpu (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dkvm_host.h324 struct kvm_vcpu { struct
325 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 …]
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h58 struct kvm_vcpu { struct
59 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 …]
/linux/arch/powerpc/include/asm/
H A Dkvm_book3s_asm.h101 struct kvm_vcpu *kvm_vcpu; member
H A Dprocessor.h230 struct kvm_vcpu *kvm_vcpu; member
/linux/arch/x86/kvm/vmx/
H A Dnested.c7287 __init int nested_vmx_hardware_setup(int (*exit_handlers[])(struct kvm_vcpu *)) in nested_vmx_hardware_setup()
/linux/arch/arm64/kvm/
H A Dsys_regs.c2624 unsigned int (*fn)(const struct kvm_vcpu *, in __el2_visibility()
/linux/arch/x86/kvm/
H A Dx86.c9946 int (*complete_hypercall)(struct kvm_vcpu *)) in ____kvm_emulate_hypercall()