Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dsclp.h102 unsigned int mtid_cp; member
/linux-6.12.1/drivers/s390/char/
Dsclp_early.c110 sclp.mtid_cp = (sccb->fac42 & 0x80) ? (sccb->fac43 & 31) : 0; in sclp_early_facilities_detect()
/linux-6.12.1/arch/s390/kernel/
Dsmp.c814 mtid = boot_core_type ? sclp.mtid : sclp.mtid_cp; in smp_detect_cpus()
954 sclp_max = max(sclp.mtid, sclp.mtid_cp) + 1; in smp_fill_possible_mask()