Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dkvm.c456 __uint128_t ipi_bitmap = 0; in __send_ipi_mask() local
458 u64 ipi_bitmap = 0; in __send_ipi_mask() local
477 if (!ipi_bitmap) { in __send_ipi_mask()
480 ipi_bitmap <<= min - apic_id; in __send_ipi_mask()
485 kvm_hypercall4(KVM_HC_SEND_IPI, (unsigned long)ipi_bitmap, in __send_ipi_mask()
486 (unsigned long)(ipi_bitmap >> BITS_PER_LONG), min, icr); in __send_ipi_mask()
488 ipi_bitmap = 0; in __send_ipi_mask()
490 __set_bit(apic_id - min, (unsigned long *)&ipi_bitmap); in __send_ipi_mask()
493 if (ipi_bitmap) { in __send_ipi_mask()
494 kvm_hypercall4(KVM_HC_SEND_IPI, (unsigned long)ipi_bitmap, in __send_ipi_mask()
[all …]