Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/spm/include/
Dtfm_arch.h119 struct context_ctrl_t { struct
182 struct context_ctrl_t name = { \
281 void tfm_arch_set_context_ret_code(const struct context_ctrl_t *p_ctx_ctrl, uint32_t ret_code);
284 void tfm_arch_init_context(struct context_ctrl_t *p_ctx_ctrl,
293 uint32_t tfm_arch_refresh_hardware_context(const struct context_ctrl_t *p_ctx_ctrl);
/trusted-firmware-m-latest/secure_fw/spm/core/arch/
Dtfm_arch.c37 void tfm_arch_set_context_ret_code(const struct context_ctrl_t *p_ctx_ctrl, uint32_t ret_code) in tfm_arch_set_context_ret_code()
135 void tfm_arch_init_context(struct context_ctrl_t *p_ctx_ctrl, in tfm_arch_init_context()
169 uint32_t tfm_arch_refresh_hardware_context(const struct context_ctrl_t *p_ctx_ctrl) in tfm_arch_refresh_hardware_context()
/trusted-firmware-m-latest/secure_fw/spm/include/ffm/
Dbackend.h63 extern struct context_ctrl_t *p_spm_thread_context;
/trusted-firmware-m-latest/secure_fw/spm/core/
Dbackend_ipc.c45 struct context_ctrl_t *p_spm_thread_context;
53 struct context_ctrl_t *p_spm_thread_context = &spm_thread_context;
125 struct context_ctrl_t *ctx_ctrl; in prv_process_metadata()
462 struct context_ctrl_t *p_curr_ctx; in ipc_schedule()
Dthread.h49 struct context_ctrl_t *p_context_ctrl; /* Context control (sp, splimit, lr) */
Dspm.h114 struct context_ctrl_t ctx_ctrl;
Dinterrupt.c47 struct context_ctrl_t flih_ctx_ctrl; in tfm_flih_prepare_depriv_flih()