Home
last modified time | relevance | path

Searched defs:hwapic_isr_update (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/
H A Dlapic.c776 kvm_x86_call(hwapic_isr_update)(vcpu, apic_find_highest_isr(apic)); in kvm_apic_update_hwapic_isr() local
3105 kvm_x86_call(hwapic_isr_update)(vcpu, apic_find_highest_isr(apic)); in kvm_apic_set_state() local
/linux/arch/x86/include/asm/
H A Dkvm_host.h1811 void (*hwapic_isr_update)(struct kvm_vcpu *vcpu, int isr); member