Searched refs:ipi_bitmap (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/x86/kernel/ |
D | kvm.c | 506 __uint128_t ipi_bitmap = 0; in __send_ipi_mask() local 508 u64 ipi_bitmap = 0; in __send_ipi_mask() local 528 if (!ipi_bitmap) { in __send_ipi_mask() 531 ipi_bitmap <<= min - apic_id; in __send_ipi_mask() 536 ret = kvm_hypercall4(KVM_HC_SEND_IPI, (unsigned long)ipi_bitmap, in __send_ipi_mask() 537 (unsigned long)(ipi_bitmap >> BITS_PER_LONG), min, icr); in __send_ipi_mask() 541 ipi_bitmap = 0; in __send_ipi_mask() 543 __set_bit(apic_id - min, (unsigned long *)&ipi_bitmap); in __send_ipi_mask() 546 if (ipi_bitmap) { in __send_ipi_mask() 547 ret = kvm_hypercall4(KVM_HC_SEND_IPI, (unsigned long)ipi_bitmap, in __send_ipi_mask() [all …]
|
/linux-6.6.21/arch/x86/kvm/ |
D | lapic.c | 829 static int __pv_send_ipi(unsigned long *ipi_bitmap, struct kvm_apic_map *map, in __pv_send_ipi() argument 838 for_each_set_bit(i, ipi_bitmap, in __pv_send_ipi()
|