Home
last modified time | relevance | path

Searched refs:kvm_hv_handle_exit (Results 1 – 4 of 4) sorted by relevance

/qemu/target/i386/kvm/
H A Dhyperv.h22 int kvm_hv_handle_exit(X86CPU *cpu, struct kvm_hyperv_exit *exit);
H A Dhyperv-stub.c14 int kvm_hv_handle_exit(X86CPU *cpu, struct kvm_hyperv_exit *exit) in kvm_hv_handle_exit() function
H A Dhyperv.c53 int kvm_hv_handle_exit(X86CPU *cpu, struct kvm_hyperv_exit *exit) in kvm_hv_handle_exit() function
H A Dkvm.c5505 ret = kvm_hv_handle_exit(cpu, &run->hyperv); in kvm_arch_init_irq_routing()