Searched refs:p_context_ctrl (Results 1 – 5 of 5) sorted by relevance
49 struct context_ctrl_t *p_context_ctrl; /* Context control (sp, splimit, lr) */ member75 (p_thrd)->p_context_ctrl = p_ctx_ctrl; \98 CURRENT_THREAD->p_context_ctrl = (x)
53 tfm_arch_set_context_ret_code(p_thrd->p_context_ctrl, retval); in thrd_next()92 tfm_arch_init_context(p_thrd->p_context_ctrl, (uintptr_t)fn, param, in thrd_start()127 return tfm_arch_refresh_hardware_context(pth->p_context_ctrl); in thrd_start_scheduler()
71 p_pt = TO_CONTAINER(p_thrd->p_context_ctrl, in query_state()355 p_cur_pt = TO_CONTAINER(CURRENT_THREAD->p_context_ctrl, in backend_system_run()482 p_curr_ctx = CURRENT_THREAD->p_context_ctrl; in ipc_schedule()540 AAPCS_DUAL_U32_SET_A1(ctx_ctrls, (uint32_t)pth_next->p_context_ctrl); in ipc_schedule()
66 ctx_stack = p_owner_sp->thrd.p_context_ctrl->sp; in tfm_flih_prepare_depriv_flih()
15 #define GET_CURRENT_COMPONENT() GET_CTX_OWNER(CURRENT_THREAD->p_context_ctrl)