Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dkvm.c492 #define KVM_IPI_CLUSTER_SIZE (2 * BITS_PER_LONG) macro
524 } else if (apic_id < min && max - apic_id < KVM_IPI_CLUSTER_SIZE) { in __send_ipi_mask()
527 } else if (apic_id > min && apic_id < min + KVM_IPI_CLUSTER_SIZE) { in __send_ipi_mask()