Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h738 void (*hwapic_irr_update)(struct kvm_vcpu *vcpu, int max_irr); member
/arch/x86/kvm/
Dx86.c6252 if (kvm_x86_ops->hwapic_irr_update) in vcpu_enter_guest()
6253 kvm_x86_ops->hwapic_irr_update(vcpu, in vcpu_enter_guest()
Dvmx.c3177 kvm_x86_ops->hwapic_irr_update = NULL; in hardware_setup()
9210 .hwapic_irr_update = vmx_hwapic_irr_update,