Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dlapic.c479 kvm_x86_ops->hwapic_isr_update(vcpu, vec); in apic_set_isr()
527 kvm_x86_ops->hwapic_isr_update(vcpu, in apic_clear_isr()
2206 kvm_x86_ops->hwapic_isr_update(vcpu, -1); in kvm_lapic_reset()
2460 kvm_x86_ops->hwapic_isr_update(vcpu, in kvm_apic_set_state()
Dsvm.c7260 .hwapic_isr_update = svm_hwapic_isr_update,
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1096 void (*hwapic_isr_update)(struct kvm_vcpu *vcpu, int isr); member
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c7829 .hwapic_isr_update = vmx_hwapic_isr_update,