Searched refs:cur_cpu (Results 1 – 1 of 1) sorted by relevance
165 int cur_cpu, vcpu, this_cpu = smp_processor_id(); in __send_ipi_mask() local208 for_each_cpu(cur_cpu, mask) { in __send_ipi_mask()209 if (exclude_self && cur_cpu == this_cpu) in __send_ipi_mask()211 vcpu = hv_cpu_number_to_vp_number(cur_cpu); in __send_ipi_mask()
Completed in 3 milliseconds