Home
last modified time | relevance | path

Searched refs:kvm_vcpu_reset (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkvm_host.h2317 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event);
/linux/arch/x86/kvm/
H A Dx86.c10858 kvm_vcpu_reset(vcpu, true); in vcpu_enter_guest()
12320 kvm_vcpu_reset(vcpu, false); in kvm_arch_vcpu_create()
12387 void kvm_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event) in kvm_vcpu_reset() function
12537 EXPORT_SYMBOL_GPL(kvm_vcpu_reset);
/linux/arch/x86/kvm/svm/
H A Dsvm.c2223 kvm_vcpu_reset(vcpu, true); in shutdown_interception()