Home
last modified time | relevance | path

Searched refs:mtid (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kernel/
H A 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 in smp_detect_cpus()
[all...]
H A Dsthyi.c350 if (part_block->hdr.mtid) in fill_diag()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dsmp.c368 static int pcpu_set_smt(unsigned int mtid) in pcpu_set_smt() argument
372 if (smp_cpu_mtid == mtid) in pcpu_set_smt()
374 cc = __pcpu_sigp(0, SIGP_SET_MULTI_THREADING, mtid, NULL); in pcpu_set_smt()
376 smp_cpu_mtid = mtid; in pcpu_set_smt()
840 unsigned int cpu, mtid, c_cpus, s_cpus; in smp_detect_cpus() local
864 mtid = boot_core_type ? sclp.mtid : sclp.mtid_cp; in smp_detect_cpus()
865 mtid = (mtid < smp_max_threads) ? mtid in smp_detect_cpus()
[all...]
H A Dsthyi.c352 if (part_block->hdr.mtid) in fill_diag()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dsclp.h85 unsigned int mtid; member
H A Ddiag.h149 __u8 mtid:5; member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dsclp.h99 unsigned int mtid; member
H A Ddiag.h165 __u8 mtid:5; member
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_early.c93 sclp.mtid = (sccb->fac42 & 0x80) ? (sccb->fac42 & 31) : 0; in sclp_early_facilities_detect()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_early.c107 sclp.mtid = (sccb->fac42 & 0x80) ? (sccb->fac42 & 31) : 0; in sclp_early_facilities_detect()

Completed in 10 milliseconds