Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dthread.h47 void *p_context_ctrl; /* Context control (sp, splimit, lr) */ member
73 (p_thrd)->p_context_ctrl = p_ctx_ctrl; \
96 CURRENT_THREAD->p_context_ctrl = (void *)(x)
Dthread.c52 tfm_arch_set_context_ret_code(p_thrd->p_context_ctrl, retval); in thrd_next()
91 tfm_arch_init_context(p_thrd->p_context_ctrl, (uintptr_t)fn, param, in thrd_start()
126 return tfm_arch_refresh_hardware_context(pth->p_context_ctrl); in thrd_start_scheduler()
Dbackend_ipc.c67 p_pt = TO_CONTAINER(p_thrd->p_context_ctrl, in query_state()
345 p_cur_pt = TO_CONTAINER(CURRENT_THREAD->p_context_ctrl, in backend_system_run()
459 p_curr_ctx = (struct context_ctrl_t *)(CURRENT_THREAD->p_context_ctrl); in ipc_schedule()
487 AAPCS_DUAL_U32_SET_A1(ctx_ctrls, (uint32_t)pth_next->p_context_ctrl); in ipc_schedule()
Dinterrupt.c65 ((struct context_ctrl_t *)p_owner_sp->thrd.p_context_ctrl)->sp; in tfm_flih_prepare_depriv_flih()
/trusted-firmware-m-3.6.0/secure_fw/spm/include/
Dcurrent.h15 #define GET_CURRENT_COMPONENT() GET_CTX_OWNER(CURRENT_THREAD->p_context_ctrl)