Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/arch/
Dtfm_arch.c165 p_ctx_ctrl->exc_ret = EXC_RETURN_THREAD_PSP; in tfm_arch_init_context()
177 return p_ctx_ctrl->exc_ret; in tfm_arch_refresh_hardware_context()
/trusted-firmware-m-3.7.0/secure_fw/spm/include/
Dtfm_arch.h124 uint32_t exc_ret; /* EXC_RETURN pattern. member
151 (x)->exc_ret = 0; \
186 .exc_ret = 0, \
/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dinterrupt.c91 return flih_ctx_ctrl.exc_ret; in tfm_flih_prepare_depriv_flih()