Searched refs:handle_exit_irqoff (Results 1 – 5 of 5) sorted by relevance
109 KVM_X86_OP(handle_exit_irqoff)
1900 void (*handle_exit_irqoff)(struct kvm_vcpu *vcpu);1878 void (*handle_exit_irqoff)(struct kvm_vcpu *vcpu); global() member
980 .handle_exit_irqoff = vmx_handle_exit_irqoff,
5224 .handle_exit_irqoff = svm_handle_exit_irqoff, in svm_set_cpu_caps()
11449 * Sync xfd before calling handle_exit_irqoff() which may in vcpu_enter_guest() 11456 kvm_x86_call(handle_exit_irqoff)(vcpu); in vcpu_enter_guest() 11429 kvm_x86_call(handle_exit_irqoff)(vcpu); vcpu_enter_guest() local