Searched refs:kvm_vcpu_halt (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h1014 int kvm_vcpu_halt(struct kvm_vcpu *vcpu);
/linux-4.4.14/arch/x86/kvm/
H A Dx86.c5843 int kvm_vcpu_halt(struct kvm_vcpu *vcpu) kvm_vcpu_halt() function
5854 EXPORT_SYMBOL_GPL(kvm_vcpu_halt); variable
5859 return kvm_vcpu_halt(vcpu); kvm_emulate_halt()
H A Dvmx.c5180 return kvm_vcpu_halt(vcpu); handle_rmode_exception()
6007 ret = kvm_vcpu_halt(vcpu); handle_invalid_guest_state()
9977 return kvm_vcpu_halt(vcpu); nested_vmx_run()

Completed in 173 milliseconds