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

/linux-4.1.27/arch/x86/include/asm/
H A Dkvm_host.h949 int kvm_vcpu_halt(struct kvm_vcpu *vcpu);
/linux-4.1.27/arch/x86/kvm/
H A Dx86.c5865 int kvm_vcpu_halt(struct kvm_vcpu *vcpu) kvm_vcpu_halt() function
5876 EXPORT_SYMBOL_GPL(kvm_vcpu_halt); variable
5881 return kvm_vcpu_halt(vcpu); kvm_emulate_halt()
H A Dvmx.c5036 return kvm_vcpu_halt(vcpu); handle_rmode_exception()
5944 ret = kvm_vcpu_halt(vcpu); handle_invalid_guest_state()
9565 return kvm_vcpu_halt(vcpu); nested_vmx_run()

Completed in 194 milliseconds