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.h326 struct kvm_vcpu { struct
327 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 …]
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h58 struct kvm_vcpu { struct
68 struct kvm_vcpu_init init; argument
70 struct kvm_binary_stats stats;
71 struct kvm_dirty_gfn *dirty_gfns;
72 uint32_t fetch_index;
73 uint32_t dirty_gfns_count;
/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.c7456 __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.c2708 unsigned int (*fn)(const struct kvm_vcpu *, in __el2_visibility()
/linux/arch/x86/kvm/
H A Dx86.c2128 int (*complete_rdmsr)(struct kvm_vcpu *)) in __kvm_emulate_rdmsr()
10331 int (*complete_hypercall)(struct kvm_vcpu *)) in ____kvm_emulate_hypercall()