Searched refs:ipi_bitmap (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | kvm.c | 523 __uint128_t ipi_bitmap = 0; in __send_ipi_mask() local 525 u64 ipi_bitmap = 0; in __send_ipi_mask() local 546 if (!ipi_bitmap) { in __send_ipi_mask() 549 ipi_bitmap <<= min - apic_id; in __send_ipi_mask() 554 ret = kvm_hypercall4(KVM_HC_SEND_IPI, (unsigned long)ipi_bitmap, in __send_ipi_mask() 555 (unsigned long)(ipi_bitmap >> BITS_PER_LONG), min, icr); in __send_ipi_mask() 559 ipi_bitmap = 0; in __send_ipi_mask() 561 __set_bit(apic_id - min, (unsigned long *)&ipi_bitmap); in __send_ipi_mask() 564 if (ipi_bitmap) { in __send_ipi_mask() 565 ret = kvm_hypercall4(KVM_HC_SEND_IPI, (unsigned long)ipi_bitmap, in __send_ipi_mask() [all …]
|
| /linux/arch/x86/kvm/ |
| H A D | lapic.c | 838 static int __pv_send_ipi(unsigned long *ipi_bitmap, struct kvm_apic_map *map, in __pv_send_ipi() argument 849 for_each_set_bit(i, ipi_bitmap, in __pv_send_ipi()
|