Searched refs:ipi_bitmap (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/kernel/ |
| A D | kvm.c | 488 __uint128_t ipi_bitmap = 0; in __send_ipi_mask() local 490 u64 ipi_bitmap = 0; in __send_ipi_mask() local 510 if (!ipi_bitmap) { in __send_ipi_mask() 513 ipi_bitmap <<= min - apic_id; in __send_ipi_mask() 518 ret = kvm_hypercall4(KVM_HC_SEND_IPI, (unsigned long)ipi_bitmap, in __send_ipi_mask() 519 (unsigned long)(ipi_bitmap >> BITS_PER_LONG), min, icr); in __send_ipi_mask() 523 ipi_bitmap = 0; in __send_ipi_mask() 525 __set_bit(apic_id - min, (unsigned long *)&ipi_bitmap); in __send_ipi_mask() 528 if (ipi_bitmap) { in __send_ipi_mask() 529 ret = kvm_hypercall4(KVM_HC_SEND_IPI, (unsigned long)ipi_bitmap, in __send_ipi_mask() [all …]
|
| /linux/arch/x86/kvm/ |
| A D | lapic.c | 606 static int __pv_send_ipi(unsigned long *ipi_bitmap, struct kvm_apic_map *map, in __pv_send_ipi() argument 615 for_each_set_bit(i, ipi_bitmap, in __pv_send_ipi()
|
Completed in 11 milliseconds