Searched refs:mtid (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | vtime.h | 34 int i, mtid; in update_timer_idle() local 36 mtid = smp_cpu_mtid; in update_timer_idle() 37 if (mtid) { in update_timer_idle() 38 stcctm(MT_DIAG, mtid, cycles_new); in update_timer_idle() 39 for (i = 0; i < mtid; i++) in update_timer_idle()
|
| H A D | sclp.h | 108 unsigned int mtid; member
|
| H A D | diag.h | 178 __u8 mtid:5; member
|
| /linux/arch/s390/kernel/ |
| H A D | smp.c | 355 static int pcpu_set_smt(unsigned int mtid) in pcpu_set_smt() argument 359 if (smp_cpu_mtid == mtid) in pcpu_set_smt() 361 cc = __pcpu_sigp(0, SIGP_SET_MULTI_THREADING, mtid, NULL); in pcpu_set_smt() 363 smp_cpu_mtid = mtid; in pcpu_set_smt() 780 unsigned int cpu, mtid, c_cpus, s_cpus; in smp_detect_cpus() local 801 mtid = boot_core_type ? sclp.mtid : sclp.mtid_cp; in smp_detect_cpus() 802 mtid = (mtid < smp_max_threads) ? mtid : smp_max_threads - 1; in smp_detect_cpus() 803 pcpu_set_smt(mtid); in smp_detect_cpus() 942 sclp_max = max(sclp.mtid, sclp.mtid_cp) + 1; in smp_fill_possible_mask()
|
| H A D | sthyi.c | 378 if (part_block->hdr.mtid) in fill_diag()
|
| /linux/drivers/s390/char/ |
| H A D | sclp_early.c | 108 sclp.mtid = (sccb->fac42 & 0x80) ? (sccb->fac42 & 31) : 0; in sclp_early_facilities_detect()
|