Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/char/
H A Dsclp_early.c77 sclp.max_cores = 64; in sclp_early_facilities_detect()
79 sclp.max_cores = sccb->ncpurl; in sclp_early_facilities_detect()
81 sclp.max_cores = sccb->hcpua + 1; in sclp_early_facilities_detect()
/openbmc/linux/arch/s390/include/asm/
H A Dsclp.h105 unsigned int max_cores; member
/openbmc/linux/arch/s390/kernel/
H A Dsmp.c1007 sclp_max = (sclp.max_cores * sclp_max) ?: nr_cpu_ids; in smp_fill_possible_mask()