Searched refs:kvm_apic_map_get_dest_lapic (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/arch/x86/kvm/ |
| D | lapic.c | 918 static inline bool kvm_apic_map_get_dest_lapic(struct kvm *kvm, in kvm_apic_map_get_dest_lapic() function 1003 ret = kvm_apic_map_get_dest_lapic(kvm, &src, irq, map, &dst, &bitmap); in kvm_irq_delivery_to_apic_fast() 1045 if (kvm_apic_map_get_dest_lapic(kvm, NULL, irq, map, &dst, &bitmap) && in kvm_intr_is_single_vcpu_fast() 1182 ret = kvm_apic_map_get_dest_lapic(kvm, &src, irq, map, &dest_vcpu, in kvm_bitmap_or_dest_vcpus()
|