Searched refs:hwapic_irr_update (Results 1 – 4 of 4) sorted by relevance
1912 if (kvm_x86_ops->hwapic_irr_update) in kvm_apic_post_state_restore()1913 kvm_x86_ops->hwapic_irr_update(vcpu, in kvm_apic_post_state_restore()
6464 if (kvm_x86_ops->hwapic_irr_update) in vcpu_enter_guest()6465 kvm_x86_ops->hwapic_irr_update(vcpu, in vcpu_enter_guest()
6237 kvm_x86_ops->hwapic_irr_update = NULL; in hardware_setup()10846 .hwapic_irr_update = vmx_hwapic_irr_update,
835 void (*hwapic_irr_update)(struct kvm_vcpu *vcpu, int max_irr); member