Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dlapic.c469 kvm_x86_ops->hwapic_isr_update(vcpu, vec); in apic_set_isr()
517 kvm_x86_ops->hwapic_isr_update(vcpu, in apic_clear_isr()
2150 kvm_x86_ops->hwapic_isr_update(vcpu, -1); in kvm_lapic_reset()
2408 kvm_x86_ops->hwapic_isr_update(vcpu, in kvm_apic_set_state()
Dsvm.c7122 .hwapic_isr_update = svm_hwapic_isr_update,
Dvmx.c14178 .hwapic_isr_update = vmx_hwapic_isr_update,
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h1026 void (*hwapic_isr_update)(struct kvm_vcpu *vcpu, int isr); member