Searched refs:TA_FLAG_SINGLE_INSTANCE (Results 1 – 12 of 12) sorted by relevance
11 #define TA_FLAGS (TA_FLAG_SINGLE_INSTANCE | \
13 #define TA_FLAGS (TA_FLAG_SINGLE_INSTANCE | \
14 TA_FLAG_SINGLE_INSTANCE | \
18 #define PTA_MANDATORY_FLAGS (TA_FLAG_SINGLE_INSTANCE | \
15 #define TA_FLAG_SINGLE_INSTANCE BIT32(2) macro
136 if (ctx->flags & TA_FLAG_SINGLE_INSTANCE) in tee_ta_try_set_busy() 147 if (ctx->flags & TA_FLAG_SINGLE_INSTANCE) in tee_ta_try_set_busy() 183 if (ctx->flags & TA_FLAG_SINGLE_INSTANCE) in tee_ta_clear_busy() 512 if (ctx->flags & TA_FLAG_SINGLE_INSTANCE) in tee_ta_close_session() 558 if ((ctx->flags & TA_FLAG_SINGLE_INSTANCE) == 0) in tee_ta_init_session_with_context() 679 if (ctx->flags & TA_FLAG_SINGLE_INSTANCE) in maybe_release_ta_ctx()
137 &(const bool){(TA_FLAGS & TA_FLAG_SINGLE_INSTANCE) != 0}},
187 .flags = PTA_DEFAULT_FLAGS | TA_FLAG_SINGLE_INSTANCE |
267 (ta_head.flags & TA_FLAG_SINGLE_INSTANCE) && in ta_header_remove_session()
102 spc->ta_ctx.flags = TA_FLAG_SINGLE_INSTANCE | in stmm_alloc_ctx()
1088 `TA_FLAG_SINGLE_INSTANCE` is not set ([#1574])