Lines Matching refs:cpu0
819 int cpu, cpu0, thr; in pnv_power9_force_smt4_catch() local
825 cpu0 = cpu & ~(threads_per_core - 1); in pnv_power9_force_smt4_catch()
827 if (cpu != cpu0 + thr) in pnv_power9_force_smt4_catch()
828 atomic_inc(&paca_ptrs[cpu0+thr]->dont_stop); in pnv_power9_force_smt4_catch()
833 if (!paca_ptrs[cpu0+thr]->requested_psscr) in pnv_power9_force_smt4_catch()
846 paca_ptrs[cpu0+thr]->hw_cpu_id); in pnv_power9_force_smt4_catch()
853 !paca_ptrs[cpu0+thr]->requested_psscr) { in pnv_power9_force_smt4_catch()
865 int cpu, cpu0, thr; in pnv_power9_force_smt4_release() local
868 cpu0 = cpu & ~(threads_per_core - 1); in pnv_power9_force_smt4_release()
872 if (cpu != cpu0 + thr) in pnv_power9_force_smt4_release()
873 atomic_dec(&paca_ptrs[cpu0+thr]->dont_stop); in pnv_power9_force_smt4_release()