Searched refs:hwapic_irr_update (Results 1 – 4 of 4) sorted by relevance
1820 if (kvm_x86_ops->hwapic_irr_update) in kvm_apic_post_state_restore()1821 kvm_x86_ops->hwapic_irr_update(vcpu, in kvm_apic_post_state_restore()
6307 if (kvm_x86_ops->hwapic_irr_update) in vcpu_enter_guest()6308 kvm_x86_ops->hwapic_irr_update(vcpu, in vcpu_enter_guest()
6149 kvm_x86_ops->hwapic_irr_update = NULL; in hardware_setup()10238 .hwapic_irr_update = vmx_hwapic_irr_update,
774 void (*hwapic_irr_update)(struct kvm_vcpu *vcpu, int max_irr); member