Lines Matching refs:this_cpu
647 int this_cpu, tot_cpus, prev_sent, i, rem; in hypervisor_xcall_deliver() local
657 this_cpu = smp_processor_id(); in hypervisor_xcall_deliver()
764 this_cpu, ecpuerror_id - 1); in hypervisor_xcall_deliver()
767 this_cpu, enocpu_id - 1); in hypervisor_xcall_deliver()
774 this_cpu, tot_cpus, tb->cpu_list_pa, tb->cpu_mondo_block_pa); in hypervisor_xcall_deliver()
780 this_cpu, first_cpu, (tot_retries + retries), tot_cpus); in hypervisor_xcall_deliver()
789 int this_cpu, i, cnt; in xcall_deliver() local
806 this_cpu = smp_processor_id(); in xcall_deliver()
807 tb = &trap_block[this_cpu]; in xcall_deliver()
820 if (i == this_cpu || !cpu_online(i)) in xcall_deliver()
945 int this_cpu; in smp_flush_dcache_folio_impl() local
954 this_cpu = get_cpu(); in smp_flush_dcache_folio_impl()
956 if (cpu == this_cpu) { in smp_flush_dcache_folio_impl()
1501 int this_cpu = smp_processor_id(); in smp_send_stop() local
1503 sunhv_migrate_hvcons_irq(this_cpu); in smp_send_stop()
1506 if (cpu == this_cpu) in smp_send_stop()