Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dsmp.c352 static int pcpu_set_smt(unsigned int mtid) in pcpu_set_smt() argument
356 if (smp_cpu_mtid == mtid) in pcpu_set_smt()
358 cc = __pcpu_sigp(0, SIGP_SET_MULTI_THREADING, mtid, NULL); in pcpu_set_smt()
360 smp_cpu_mtid = mtid; in pcpu_set_smt()
809 unsigned int cpu, mtid, c_cpus, s_cpus; in smp_detect_cpus() local
833 mtid = boot_core_type ? sclp.mtid : sclp.mtid_cp; in smp_detect_cpus()
834 mtid = (mtid < smp_max_threads) ? mtid : smp_max_threads - 1; in smp_detect_cpus()
835 pcpu_set_smt(mtid); in smp_detect_cpus()
974 sclp_max = max(sclp.mtid, sclp.mtid_cp) + 1; in smp_fill_possible_mask()
Dsthyi.c350 if (part_block->hdr.mtid) in fill_diag()
/arch/s390/include/asm/
Dsclp.h85 unsigned int mtid; member
Ddiag.h149 __u8 mtid:5; member