Searched refs:tfm_nsce_load_ctx (Results 1 – 3 of 3) sorted by relevance
90 uint32_t tfm_nsce_load_ctx(uint32_t token, int32_t nsid);
74 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 that184 `tfm_nsce_load_ctx()` can be called multiple times without calling189 `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()`.
96 uint32_t tfm_nsce_load_ctx(uint32_t token, int32_t nsid) in tfm_nsce_load_ctx() function