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

/linux-master/arch/x86/kernel/
H A Dkvm.c500 #define KVM_IPI_CLUSTER_SIZE (2 * BITS_PER_LONG) macro
532 } else if (apic_id < min && max - apic_id < KVM_IPI_CLUSTER_SIZE) {
535 } else if (apic_id > min && apic_id < min + KVM_IPI_CLUSTER_SIZE) {

Completed in 188 milliseconds