Home
last modified time | relevance | path

Searched refs:vcpu_reset (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h28 KVM_X86_OP(vcpu_reset)
H A Dkvm_host.h1753 void (*vcpu_reset)(struct kvm_vcpu *vcpu, bool init_event); member
/linux/arch/x86/kvm/vmx/
H A Dmain.c889 .vcpu_reset = vt_op(vcpu_reset),
/linux/arch/x86/kvm/svm/
H A Dsvm.c5142 .vcpu_reset = svm_vcpu_reset,
/linux/arch/x86/kvm/
H A Dx86.c13011 kvm_x86_call(vcpu_reset)(vcpu, init_event); in kvm_vcpu_reset() local