Lines Matching refs:cpu0
400 int cpu, cpu0, thr; in pnv_power9_force_smt4_catch() local
406 cpu0 = cpu & ~(threads_per_core - 1); in pnv_power9_force_smt4_catch()
408 if (cpu != cpu0 + thr) in pnv_power9_force_smt4_catch()
409 atomic_inc(&paca_ptrs[cpu0+thr]->dont_stop); in pnv_power9_force_smt4_catch()
414 if (!paca_ptrs[cpu0+thr]->requested_psscr) in pnv_power9_force_smt4_catch()
427 paca_ptrs[cpu0+thr]->hw_cpu_id); in pnv_power9_force_smt4_catch()
434 !paca_ptrs[cpu0+thr]->requested_psscr) { in pnv_power9_force_smt4_catch()
446 int cpu, cpu0, thr; in pnv_power9_force_smt4_release() local
449 cpu0 = cpu & ~(threads_per_core - 1); in pnv_power9_force_smt4_release()
453 if (cpu != cpu0 + thr) in pnv_power9_force_smt4_release()
454 atomic_dec(&paca_ptrs[cpu0+thr]->dont_stop); in pnv_power9_force_smt4_release()