Searched refs:hwapic_irr_update (Results 1 – 3 of 3) sorted by relevance
738 void (*hwapic_irr_update)(struct kvm_vcpu *vcpu, int max_irr); member
6252 if (kvm_x86_ops->hwapic_irr_update) in vcpu_enter_guest()6253 kvm_x86_ops->hwapic_irr_update(vcpu, in vcpu_enter_guest()
3177 kvm_x86_ops->hwapic_irr_update = NULL; in hardware_setup()9210 .hwapic_irr_update = vmx_hwapic_irr_update,