Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dthread.h49 struct context_ctrl_t *p_context_ctrl; /* Context control (sp, splimit, lr) */ member
75 (p_thrd)->p_context_ctrl = p_ctx_ctrl; \
98 CURRENT_THREAD->p_context_ctrl = (x)
Dthread.c53 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()
Dbackend_ipc.c71 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()
Dinterrupt.c66 ctx_stack = p_owner_sp->thrd.p_context_ctrl->sp; in tfm_flih_prepare_depriv_flih()
/trusted-firmware-m-3.7.0/secure_fw/spm/include/
Dcurrent.h15 #define GET_CURRENT_COMPONENT() GET_CTX_OWNER(CURRENT_THREAD->p_context_ctrl)