Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/spm/ns_client_ext/
Dtfm_ns_client_ext.c19 #define MAKE_NS_CLIENT_TOKEN(tid, gid, idx) \ argument
72 uint8_t tid; in tfm_nsce_release_ctx() local
100 uint8_t tid; in tfm_nsce_load_ctx() local
133 uint8_t tid; in tfm_nsce_save_ctx() local
Dtfm_ns_ctx.c90 bool release_ns_ctx(uint8_t gid, uint8_t tid, uint8_t idx) in release_ns_ctx()
138 bool load_ns_ctx(uint8_t gid, uint8_t tid, int32_t nsid, uint8_t idx) in load_ns_ctx()
160 bool save_ns_ctx(uint8_t gid, uint8_t tid, uint8_t idx) in save_ns_ctx()
Dtfm_ns_ctx.h22 uint8_t tid; /* Thread ID. Used to identify threads in same group */ member