Lines Matching refs:this_cpu
650 int this_cpu, tot_cpus, prev_sent, i, rem; in hypervisor_xcall_deliver() local
660 this_cpu = smp_processor_id(); in hypervisor_xcall_deliver()
767 this_cpu, ecpuerror_id - 1); in hypervisor_xcall_deliver()
770 this_cpu, enocpu_id - 1); in hypervisor_xcall_deliver()
777 this_cpu, tot_cpus, tb->cpu_list_pa, tb->cpu_mondo_block_pa); in hypervisor_xcall_deliver()
783 this_cpu, first_cpu, (tot_retries + retries), tot_cpus); in hypervisor_xcall_deliver()
792 int this_cpu, i, cnt; in xcall_deliver() local
809 this_cpu = smp_processor_id(); in xcall_deliver()
810 tb = &trap_block[this_cpu]; in xcall_deliver()
823 if (i == this_cpu || !cpu_online(i)) in xcall_deliver()
942 int this_cpu; in smp_flush_dcache_page_impl() local
951 this_cpu = get_cpu(); in smp_flush_dcache_page_impl()
953 if (cpu == this_cpu) { in smp_flush_dcache_page_impl()
1545 int this_cpu = smp_processor_id(); in smp_send_stop() local
1547 sunhv_migrate_hvcons_irq(this_cpu); in smp_send_stop()
1550 if (cpu == this_cpu) in smp_send_stop()