Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kvm/vmx/
Dmain.c104 .hwapic_isr_update = vmx_hwapic_isr_update,
/linux-6.14.4/arch/x86/include/asm/
Dkvm-x86-ops.h87 KVM_X86_OP_OPTIONAL(hwapic_isr_update)
Dkvm_host.h1763 void (*hwapic_isr_update)(struct kvm_vcpu *vcpu, int isr); member
/linux-6.14.4/arch/x86/kvm/
Dlapic.c763 kvm_x86_call(hwapic_isr_update)(apic->vcpu, vec); in apic_set_isr()
808 kvm_x86_call(hwapic_isr_update)(apic->vcpu, apic_find_highest_isr(apic)); in apic_clear_isr()
823 kvm_x86_call(hwapic_isr_update)(vcpu, apic_find_highest_isr(apic)); in kvm_apic_update_hwapic_isr() local
2816 kvm_x86_call(hwapic_isr_update)(vcpu, -1); in kvm_lapic_reset()
3131 kvm_x86_call(hwapic_isr_update)(vcpu, apic_find_highest_isr(apic)); in kvm_apic_set_state() local