Lines Matching full:big

163     /* Only one DT node per (big) core */  in pnv_dt_core()
417 i++; /* Big-core groups two QEMU cores */ in pnv_chip_power9_dt_populate()
482 i++; /* Big-core groups two QEMU cores */ in pnv_chip_power10_dt_populate()
1083 error_report("Cannot support %d threads with big-core option " in pnv_init()
1095 error_report("(use big-core=on for 8 threads per core)"); in pnv_init()
1102 * powernv models PnvCore as a SMT4 core. Big-core requires 2xPnvCore in pnv_init()
1104 * device-tree and TCG SMT code make the 2 cores appear as one big core in pnv_init()
1106 * see the big core as 2 small core halves. in pnv_init()
1152 object_property_set_bool(chip, "big-core", pnv->big_core, in pnv_init()
1284 /* Big-core interleaves thread ID between small-cores */ in pnv_get_pir_tir_p9()
1318 /* Big-core interleaves thread ID between small-cores */ in pnv_get_pir_tir_p10()
2354 /* Ensure small-cores a paired up in big-core mode */ in pnv_chip_core_sanitize()
2360 error_setg(errp, "warning: unpaired cores in big-core mode !"); in pnv_chip_core_sanitize()
2420 object_property_set_bool(OBJECT(pnv_core), "big-core", chip->big_core, in pnv_chip_core_realize()
2422 object_property_set_bool(OBJECT(pnv_core), "quirk-tb-big-core", in pnv_chip_core_realize()
2460 DEFINE_PROP_BOOL("big-core", PnvChip, big_core, false),
2782 object_class_property_add_bool(oc, "big-core", in pnv_machine_power9_class_init()
2785 object_class_property_set_description(oc, "big-core", in pnv_machine_power9_class_init()
2786 "Use big-core (aka fused-core) mode"); in pnv_machine_power9_class_init()
2837 object_class_property_add_bool(oc, "big-core", in pnv_machine_power10_class_init()
2840 object_class_property_set_description(oc, "big-core", in pnv_machine_power10_class_init()
2841 "Use big-core (aka fused-core) mode"); in pnv_machine_power10_class_init()