Lines Matching refs:this_cpu
645 int this_cpu, tot_cpus, prev_sent, i, rem; in hypervisor_xcall_deliver() local
655 this_cpu = smp_processor_id(); in hypervisor_xcall_deliver()
762 this_cpu, ecpuerror_id - 1); in hypervisor_xcall_deliver()
765 this_cpu, enocpu_id - 1); in hypervisor_xcall_deliver()
772 this_cpu, tot_cpus, tb->cpu_list_pa, tb->cpu_mondo_block_pa); in hypervisor_xcall_deliver()
778 this_cpu, first_cpu, (tot_retries + retries), tot_cpus); in hypervisor_xcall_deliver()
787 int this_cpu, i, cnt; in xcall_deliver() local
804 this_cpu = smp_processor_id(); in xcall_deliver()
805 tb = &trap_block[this_cpu]; in xcall_deliver()
818 if (i == this_cpu || !cpu_online(i)) in xcall_deliver()
943 int this_cpu; in smp_flush_dcache_folio_impl() local
952 this_cpu = get_cpu(); in smp_flush_dcache_folio_impl()
954 if (cpu == this_cpu) { in smp_flush_dcache_folio_impl()
1495 int this_cpu = smp_processor_id(); in smp_send_stop() local
1497 sunhv_migrate_hvcons_irq(this_cpu); in smp_send_stop()
1500 if (cpu == this_cpu) in smp_send_stop()