Searched refs:ctx_requested (Results 1 – 3 of 3) sorted by relevance
30 uint32_t tfm_nsce_init(uint32_t ctx_requested) in tfm_nsce_init() argument38 if (ctx_requested == 0) { in tfm_nsce_init()42 return ((ctx_requested <= TFM_NS_CONTEXT_MAX) ? in tfm_nsce_init()43 ctx_requested : TFM_NS_CONTEXT_MAX); in tfm_nsce_init()
41 uint32_t tfm_nsce_init(uint32_t ctx_requested);
81 uint32_t tfm_nsce_init(uint32_t ctx_requested)84 context initialization in NSCE for the calling NS entity. `ctx_requested` is the88 `ctx_requested` is `0`, then the maximum available context number will be