Searched refs:kvm_apic_map_get_dest_lapic (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/kvm/ |
D | lapic.c | 873 static inline bool kvm_apic_map_get_dest_lapic(struct kvm *kvm, in kvm_apic_map_get_dest_lapic() function 957 ret = kvm_apic_map_get_dest_lapic(kvm, &src, irq, map, &dst, &bitmap); in kvm_irq_delivery_to_apic_fast() 999 if (kvm_apic_map_get_dest_lapic(kvm, NULL, irq, map, &dst, &bitmap) && in kvm_intr_is_single_vcpu_fast()
|