Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dkvm_host.h295 struct kvm_vcpu { struct
296 struct kvm *kvm;
298 struct preempt_notifier preempt_notifier;
300 int cpu;
301 int vcpu_id; /* id given by userspace at creation */
302 int vcpu_idx; /* index in kvm->vcpus array */
303 int srcu_idx;
304 int mode;
305 u64 requests;
306 unsigned long guest_debug;
[all …]
/Linux-v5.15/arch/powerpc/include/asm/
Dprocessor.h230 struct kvm_vcpu *kvm_vcpu; member
/Linux-v5.15/arch/x86/kvm/vmx/
Dnested.c6713 __init int nested_vmx_hardware_setup(int (*exit_handlers[])(struct kvm_vcpu *)) in nested_vmx_hardware_setup()