Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c39 .vcpu_reset = vmx_vcpu_reset,
/linux-6.15/arch/x86/include/asm/
H A Dkvm-x86-ops.h27 KVM_X86_OP(vcpu_reset)
H A Dkvm_host.h1681 void (*vcpu_reset)(struct kvm_vcpu *vcpu, bool init_event); member
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c5153 .vcpu_reset = svm_vcpu_reset,
/linux-6.15/arch/x86/kvm/
H A Dx86.c12518 kvm_x86_call(vcpu_reset)(vcpu, init_event); in kvm_vcpu_reset() local