Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dsmp.c353 static int pcpu_set_smt(unsigned int mtid) in pcpu_set_smt() argument
357 if (smp_cpu_mtid == mtid) in pcpu_set_smt()
359 cc = __pcpu_sigp(0, SIGP_SET_MULTI_THREADING, mtid, NULL); in pcpu_set_smt()
361 smp_cpu_mtid = mtid; in pcpu_set_smt()
777 unsigned int cpu, mtid, c_cpus, s_cpus; in smp_detect_cpus() local
798 mtid = boot_core_type ? sclp.mtid : sclp.mtid_cp; in smp_detect_cpus()
799 mtid = (mtid < smp_max_threads) ? mtid in smp_detect_cpus()
[all...]
H A Dsthyi.c378 if (part_block->hdr.mtid) in fill_diag()
/linux/arch/s390/include/asm/
H A Dsclp.h108 unsigned int mtid; member
H A Ddiag.h178 __u8 mtid:5; member