Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dbackend_ipc.c463 struct thread_t *pth_next; in ipc_schedule() local
492 pth_next = thrd_next(); in ipc_schedule()
497 p_part_next = GET_THRD_OWNER(pth_next); in ipc_schedule()
499 if (pth_next != NULL && p_part_curr != p_part_next) { in ipc_schedule()
540 AAPCS_DUAL_U32_SET_A1(ctx_ctrls, (uint32_t)pth_next->p_context_ctrl); in ipc_schedule()
542 CURRENT_THREAD = pth_next; in ipc_schedule()