Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dlapic.c387 kvm_x86_ops->hwapic_isr_update(vcpu->kvm, vec); in apic_set_isr()
435 kvm_x86_ops->hwapic_isr_update(vcpu->kvm, in apic_clear_isr()
1697 kvm_x86_ops->hwapic_isr_update(vcpu->kvm, apic_find_highest_isr(apic)); in kvm_apic_post_state_restore()
Dsvm.c4438 .hwapic_isr_update = svm_hwapic_isr_update,
Dvmx.c9211 .hwapic_isr_update = vmx_hwapic_isr_update,
/arch/x86/include/asm/
Dkvm_host.h739 void (*hwapic_isr_update)(struct kvm *kvm, int isr); member