Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/ns_client_ext/
Dtfm_ns_ctx.c138 bool load_ns_ctx(uint8_t gid, uint8_t tid, int32_t nsid, uint8_t idx) in load_ns_ctx() argument
154 ns_ctx_data[idx].nsid = nsid; in load_ns_ctx()
190 ret = ns_ctx_data[active_ns_ctx_index].nsid; in get_nsid_from_active_ns_ctx()
Dtfm_ns_ctx.h20 int32_t nsid; /* Non-secure Client ID, must be < 0 */ member
54 bool load_ns_ctx(uint8_t gid, uint8_t tid, int32_t nsid, uint8_t idx);
Dtfm_ns_client_ext.c96 uint32_t tfm_nsce_load_ctx(uint32_t token, int32_t nsid) in tfm_nsce_load_ctx() argument
108 if (nsid >= 0) { in tfm_nsce_load_ctx()
121 if (!load_ns_ctx(gid, tid, nsid, ctx_idx)) { in tfm_nsce_load_ctx()
/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.rst117 uint32_t tfm_nsce_load_ctx(uint32_t token, int32_t nsid)
120 is returned by `tfm_nsce_acquire_ctx()`. `nsid` is the non-secure client ID
182 task. The NSID is specified by the kernel through the `nsid` parameter.