Home
last modified time | relevance | path

Searched refs:max_smt_threads (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dpnv.h79 int max_smt_threads; member
/openbmc/qemu/hw/ppc/
H A Dpnv.c933 int max_smt_threads = pmc->max_smt_threads; in pnv_init() local
1044 max_smt_threads *= 2; in pnv_init()
1047 if (machine->smp.threads > max_smt_threads) { in pnv_init()
1049 "on %s machine", max_smt_threads, mc->desc); in pnv_init()
1050 if (pmc->max_smt_threads == 4) { in pnv_init()
2675 pmc->max_smt_threads = 8; in pnv_machine_power8_class_init()
2702 pmc->max_smt_threads = 4; in pnv_machine_power9_class_init()
2740 pmc->max_smt_threads = 4; in pnv_machine_p10_common_class_init()