Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/apic/
H A Dx2apic_phys.c56 unsigned long query_cpu; in __x2apic_send_IPI_mask() local
66 for_each_cpu(query_cpu, mask) { in __x2apic_send_IPI_mask()
67 if (apic_dest == APIC_DEST_ALLBUT && this_cpu == query_cpu) in __x2apic_send_IPI_mask()
69 __x2apic_send_IPI_dest(per_cpu(x86_cpu_to_apicid, query_cpu), in __x2apic_send_IPI_mask()