Searched refs:mtid (Results 1 – 5 of 5) sorted by relevance
337 static int pcpu_set_smt(unsigned int mtid) in pcpu_set_smt() argument341 if (smp_cpu_mtid == mtid) in pcpu_set_smt()343 cc = __pcpu_sigp(0, SIGP_SET_MULTI_THREADING, mtid, NULL); in pcpu_set_smt()345 smp_cpu_mtid = mtid; in pcpu_set_smt()749 unsigned int cpu, mtid, c_cpus, s_cpus; in smp_detect_cpus() local770 mtid = boot_core_type ? sclp.mtid : sclp.mtid_cp; in smp_detect_cpus()771 mtid = (mtid < smp_max_threads) ? mtid : smp_max_threads - 1; in smp_detect_cpus()772 pcpu_set_smt(mtid); in smp_detect_cpus()918 sclp_max = max(sclp.mtid, sclp.mtid_cp) + 1; in smp_fill_possible_mask()
348 if (part_block->hdr.mtid) in fill_diag()
82 unsigned int mtid; member
148 __u8 mtid:5; member
150 sclp.mtid = (sccb->fac42 & 0x80) ? (sccb->fac42 & 31) : 0; in sclp_early_facilities_detect()