Lines Matching refs:cpu0
820 int cpu, cpu0, thr; in pnv_power9_force_smt4_catch() local
826 cpu0 = cpu & ~(threads_per_core - 1); in pnv_power9_force_smt4_catch()
828 if (cpu != cpu0 + thr) in pnv_power9_force_smt4_catch()
829 atomic_inc(&paca_ptrs[cpu0+thr]->dont_stop); in pnv_power9_force_smt4_catch()
834 if (!paca_ptrs[cpu0+thr]->requested_psscr) in pnv_power9_force_smt4_catch()
847 paca_ptrs[cpu0+thr]->hw_cpu_id); in pnv_power9_force_smt4_catch()
854 !paca_ptrs[cpu0+thr]->requested_psscr) { in pnv_power9_force_smt4_catch()
866 int cpu, cpu0, thr; in pnv_power9_force_smt4_release() local
869 cpu0 = cpu & ~(threads_per_core - 1); in pnv_power9_force_smt4_release()
873 if (cpu != cpu0 + thr) in pnv_power9_force_smt4_release()
874 atomic_dec(&paca_ptrs[cpu0+thr]->dont_stop); in pnv_power9_force_smt4_release()