Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/char/
Dsclp_early.c120 sclp.max_cores = 64; in sclp_facilities_detect()
122 sclp.max_cores = sccb->ncpurl; in sclp_facilities_detect()
124 sclp.max_cores = sccb->hcpua + 1; in sclp_facilities_detect()
/linux-4.4.14/arch/s390/include/asm/
Dsclp.h63 unsigned int max_cores; member
/linux-4.4.14/arch/s390/kernel/
Dsmp.c903 sclp_max = sclp.max_cores * sclp_max ?: nr_cpu_ids; in smp_fill_possible_mask()