Searched refs:handle_exit_irqoff (Results 1 – 5 of 5) sorted by relevance
109 KVM_X86_OP(handle_exit_irqoff)
1862 void (*handle_exit_irqoff)(struct kvm_vcpu *vcpu); member
971 .handle_exit_irqoff = vmx_handle_exit_irqoff,
5145 .handle_exit_irqoff = svm_handle_exit_irqoff,
10998 * Sync xfd before calling handle_exit_irqoff() which may in vcpu_enter_guest() 11005 kvm_x86_call(handle_exit_irqoff)(vcpu); in vcpu_enter_guest() local