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