Lines Matching full:cores
24 * Disable cores specified by coremask
37 /* Disengage the cores from groups */ in cpt_disable_cores()
44 dev_err(dev, "Cores still busy %llx", coremask); in cpt_disable_cores()
53 /* Disable the cores */ in cpt_disable_cores()
61 * Enable cores specified by coremask
138 /* Assumes 0-9 are SE cores for UCODE_BASE registers and in cpt_load_microcode()
172 dev_err(dev, "Requested for more cores than available AE cores\n"); in do_cpt_init()
183 /* Convert requested cores to mask */ in do_cpt_init()
198 /* Enable AE cores for the group mask */ in do_cpt_init()
202 dev_err(dev, "Requested for more cores than available SE cores\n"); in do_cpt_init()
212 /* Covert requested cores to mask */ in do_cpt_init()
227 /* Enable SE cores for the group mask */ in do_cpt_init()
388 /* Disengage the cores from groups */ in cpt_disable_all_cores()
396 dev_err(dev, "Cores still busy"); in cpt_disable_all_cores()
404 /* Disable the cores */ in cpt_disable_all_cores()
409 * Ensure all cores are disengaged from all groups by
455 /*Get max enabled cores */ in cpt_device_init()
457 /*Disable all cores*/ in cpt_device_init()
622 /* Disengage SE and AE cores from all groups*/ in cpt_remove()