Lines Matching full:core1
530 * unhalt both the cores to start the execution - Core1 needs to be unhalted
532 * always in a higher power state that Core1 (implying Core1 needs to be started
557 /* boot vector need not be programmed for Core1 in LockStep mode */ in k3_r5_rproc_start()
595 * performed first on Core0 followed by Core1. The Split-mode requires that
596 * Core0 to be maintained always in a higher power state that Core1 (implying
597 * Core1 needs to be stopped first before Core0).
1062 * leveraging the Core1 TCMs as well in certain modes where they would have
1064 * AM64x SoCs). This is done by making a Core1 TCM visible immediately after the
1212 struct k3_r5_core *core, *core1; in k3_r5_cluster_rproc_init() local
1218 core1 = list_last_entry(&cluster->cores, struct k3_r5_core, elem); in k3_r5_cluster_rproc_init()
1304 /* undo core0 upon any failures on core1 in split-mode */ in k3_r5_cluster_rproc_init()
1305 if (cluster->mode == CLUSTER_MODE_SPLIT && core == core1) { in k3_r5_cluster_rproc_init()
1325 * each core, and requires that core1 be powered down first in k3_r5_cluster_rproc_exit()