Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Dlapic.c518 kvm_x86_ops.hwapic_isr_update(vcpu, vec); in apic_set_isr()
566 kvm_x86_ops.hwapic_isr_update(vcpu, in apic_clear_isr()
2343 kvm_x86_ops.hwapic_isr_update(vcpu, -1); in kvm_lapic_reset()
2607 kvm_x86_ops.hwapic_isr_update(vcpu, in kvm_apic_set_state()
/Linux-v5.10/arch/x86/include/asm/
Dkvm_host.h1174 void (*hwapic_isr_update)(struct kvm_vcpu *vcpu, int isr); member
/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c4261 .hwapic_isr_update = svm_hwapic_isr_update,
/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.c7661 .hwapic_isr_update = vmx_hwapic_isr_update,