Home
last modified time | relevance | path

Searched refs:mtid (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/s390/kernel/
Dsmp.c316 static int pcpu_set_smt(unsigned int mtid) in pcpu_set_smt() argument
318 register unsigned long reg1 asm ("1") = (unsigned long) mtid; in pcpu_set_smt()
321 if (smp_cpu_mtid == mtid) in pcpu_set_smt()
330 smp_cpu_mtid = mtid; in pcpu_set_smt()
735 unsigned int cpu, mtid, c_cpus, s_cpus; in smp_detect_cpus() local
758 mtid = boot_core_type ? sclp.mtid : sclp.mtid_cp; in smp_detect_cpus()
759 mtid = (mtid < smp_max_threads) ? mtid : smp_max_threads - 1; in smp_detect_cpus()
760 pcpu_set_smt(mtid); in smp_detect_cpus()
901 sclp_max = max(sclp.mtid, sclp.mtid_cp) + 1; in smp_fill_possible_mask()
/linux-4.4.14/arch/s390/include/asm/
Dsclp.h57 unsigned int mtid; member
/linux-4.4.14/drivers/s390/char/
Dsclp_early.c143 sclp.mtid = (sccb->fac42 & 0x80) ? (sccb->fac42 & 31) : 0; in sclp_facilities_detect()