Lines Matching refs:this_cpu
623 int retries, this_cpu, prev_sent, i, saw_cpu_error; in hypervisor_xcall_deliver() local
627 this_cpu = smp_processor_id(); in hypervisor_xcall_deliver()
710 this_cpu, saw_cpu_error - 1); in hypervisor_xcall_deliver()
716 this_cpu, retries); in hypervisor_xcall_deliver()
721 this_cpu, status); in hypervisor_xcall_deliver()
724 this_cpu, cnt, tb->cpu_list_pa, tb->cpu_mondo_block_pa); in hypervisor_xcall_deliver()
727 printk(KERN_CRIT "CPU[%d]: CPU list [ ", this_cpu); in hypervisor_xcall_deliver()
738 int this_cpu, i, cnt; in xcall_deliver() local
755 this_cpu = smp_processor_id(); in xcall_deliver()
756 tb = &trap_block[this_cpu]; in xcall_deliver()
769 if (i == this_cpu || !cpu_online(i)) in xcall_deliver()
888 int this_cpu; in smp_flush_dcache_page_impl() local
897 this_cpu = get_cpu(); in smp_flush_dcache_page_impl()
899 if (cpu == this_cpu) { in smp_flush_dcache_page_impl()