Home
last modified time | relevance | path

Searched refs:hwapic_irr_update (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
Dlapic.c1912 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()
Dx86.c6464 if (kvm_x86_ops->hwapic_irr_update) in vcpu_enter_guest()
6465 kvm_x86_ops->hwapic_irr_update(vcpu, in vcpu_enter_guest()
Dvmx.c6237 kvm_x86_ops->hwapic_irr_update = NULL; in hardware_setup()
10846 .hwapic_irr_update = vmx_hwapic_irr_update,
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h835 void (*hwapic_irr_update)(struct kvm_vcpu *vcpu, int max_irr); member