KVM_IPI_CLUSTER_SIZE
} else if (cpu < min && cpu > (max - KVM_IPI_CLUSTER_SIZE)) {
} else if (cpu > min && cpu < (min + KVM_IPI_CLUSTER_SIZE)) {
} else if (apic_id < min && max - apic_id < KVM_IPI_CLUSTER_SIZE) {
} else if (apic_id > min && apic_id < min + KVM_IPI_CLUSTER_SIZE) {