Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dlapic.c1820 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()
Dx86.c6307 if (kvm_x86_ops->hwapic_irr_update) in vcpu_enter_guest()
6308 kvm_x86_ops->hwapic_irr_update(vcpu, in vcpu_enter_guest()
Dvmx.c6149 kvm_x86_ops->hwapic_irr_update = NULL; in hardware_setup()
10238 .hwapic_irr_update = vmx_hwapic_irr_update,
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h774 void (*hwapic_irr_update)(struct kvm_vcpu *vcpu, int max_irr); member