Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/interface/include/
Dtfm_ns_client_ext.h90 uint32_t tfm_nsce_load_ctx(uint32_t token, int32_t nsid);
/trusted-firmware-m-3.7.0/docs/integration_guide/
Dnon-secure_client_extension_integration_guide.rst74 in TF-M. NSID is provided as an input parameter of `tfm_nsce_load_ctx()`.
117 uint32_t tfm_nsce_load_ctx(uint32_t token, int32_t nsid)
136 context is loaded via `tfm_nsce_load_ctx()`.
181 `tfm_nsce_load_ctx()` should be called before resuming the execution of that
184 `tfm_nsce_load_ctx()` can be called multiple times without calling
189 `token` before being switched to another task. Calling `tfm_nsce_load_ctx()`
264 `tfm_nsce_load_ctx()`, `tfm_nsce_save_ctx()` or `tfm_nsce_release_ctx()`.
/trusted-firmware-m-3.7.0/secure_fw/spm/ns_client_ext/
Dtfm_ns_client_ext.c96 uint32_t tfm_nsce_load_ctx(uint32_t token, int32_t nsid) in tfm_nsce_load_ctx() function