Home
last modified time | relevance | path

Searched defs:kvm_vcpu (Results 1 – 5 of 5) 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.h59 struct kvm_vcpu { struct
69 struct kvm_vcpu_init init; argument
71 struct kvm_binary_stats stats;
72 struct kvm_dirty_gfn *dirty_gfns;
73 uint32_t fetch_index;
74 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/arm64/kvm/
H A Dsys_regs.c2723 unsigned int (*fn)(const struct kvm_vcpu *, in __el2_visibility()