Lines Matching refs:cpu0
817 int cpu, cpu0, thr; in pnv_power9_force_smt4_catch() local
823 cpu0 = cpu & ~(threads_per_core - 1); in pnv_power9_force_smt4_catch()
825 if (cpu != cpu0 + thr) in pnv_power9_force_smt4_catch()
826 atomic_inc(&paca_ptrs[cpu0+thr]->dont_stop); in pnv_power9_force_smt4_catch()
831 if (!paca_ptrs[cpu0+thr]->requested_psscr) in pnv_power9_force_smt4_catch()
844 paca_ptrs[cpu0+thr]->hw_cpu_id); in pnv_power9_force_smt4_catch()
851 !paca_ptrs[cpu0+thr]->requested_psscr) { in pnv_power9_force_smt4_catch()
863 int cpu, cpu0, thr; in pnv_power9_force_smt4_release() local
866 cpu0 = cpu & ~(threads_per_core - 1); in pnv_power9_force_smt4_release()
870 if (cpu != cpu0 + thr) in pnv_power9_force_smt4_release()
871 atomic_dec(&paca_ptrs[cpu0+thr]->dont_stop); in pnv_power9_force_smt4_release()