Home
last modified time | relevance | path

Searched refs:ipi_bitmap (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/arch/x86/kernel/
Dkvm.c440 __uint128_t ipi_bitmap = 0; in __send_ipi_mask() local
442 u64 ipi_bitmap = 0; in __send_ipi_mask() local
462 if (!ipi_bitmap) { in __send_ipi_mask()
465 ipi_bitmap <<= min - apic_id; in __send_ipi_mask()
470 ret = kvm_hypercall4(KVM_HC_SEND_IPI, (unsigned long)ipi_bitmap, in __send_ipi_mask()
471 (unsigned long)(ipi_bitmap >> BITS_PER_LONG), min, icr); in __send_ipi_mask()
474 ipi_bitmap = 0; in __send_ipi_mask()
476 __set_bit(apic_id - min, (unsigned long *)&ipi_bitmap); in __send_ipi_mask()
479 if (ipi_bitmap) { in __send_ipi_mask()
480 ret = kvm_hypercall4(KVM_HC_SEND_IPI, (unsigned long)ipi_bitmap, in __send_ipi_mask()
[all …]