Searched refs:handle_exit_irqoff (Results 1 – 4 of 4) sorted by relevance
1204 void (*handle_exit_irqoff)(struct kvm_vcpu *vcpu); member
4280 .handle_exit_irqoff = svm_handle_exit_irqoff,
7682 .handle_exit_irqoff = vmx_handle_exit_irqoff,
8985 kvm_x86_ops.handle_exit_irqoff(vcpu); in vcpu_enter_guest()