Searched refs:mtid (Results 1 – 1 of 1) sorted by relevance
312 static int pcpu_set_smt(unsigned int mtid) in pcpu_set_smt() argument314 register unsigned long reg1 asm ("1") = (unsigned long) mtid; in pcpu_set_smt()317 if (smp_cpu_mtid == mtid) in pcpu_set_smt()326 smp_cpu_mtid = mtid; in pcpu_set_smt()715 unsigned int cpu, mtid, c_cpus, s_cpus; in smp_detect_cpus() local743 mtid = sclp_get_mtid(boot_cpu_type); in smp_detect_cpus()744 mtid = (mtid < smp_max_threads) ? mtid : smp_max_threads - 1; in smp_detect_cpus()745 pcpu_set_smt(mtid); in smp_detect_cpus()