Searched refs:TA_FLAG_SINGLE_INSTANCE (Results 1 – 11 of 11) sorted by relevance
11 #define TA_FLAGS (TA_FLAG_SINGLE_INSTANCE | \
13 #define TA_FLAGS (TA_FLAG_SINGLE_INSTANCE | \
16 #define PTA_MANDATORY_FLAGS (TA_FLAG_SINGLE_INSTANCE | \
15 #define TA_FLAG_SINGLE_INSTANCE (1 << 2) macro
124 &(const bool){(TA_FLAGS & TA_FLAG_SINGLE_INSTANCE) != 0}},
143 if (ctx->flags & TA_FLAG_SINGLE_INSTANCE) in tee_ta_try_set_busy()154 if (ctx->flags & TA_FLAG_SINGLE_INSTANCE) in tee_ta_try_set_busy()190 if (ctx->flags & TA_FLAG_SINGLE_INSTANCE) in tee_ta_clear_busy()574 (ctx->flags & TA_FLAG_SINGLE_INSTANCE); in tee_ta_close_session()614 if ((ctx->flags & TA_FLAG_SINGLE_INSTANCE) == 0) in tee_ta_init_session_with_context()
187 .flags = PTA_DEFAULT_FLAGS | TA_FLAG_SINGLE_INSTANCE |
243 (ta_head.flags & TA_FLAG_SINGLE_INSTANCE) && in ta_header_remove_session()
90 spc->ta_ctx.flags = TA_FLAG_SINGLE_INSTANCE | in stmm_alloc_ctx()
758 `TA_FLAG_SINGLE_INSTANCE` is not set ([#1574])
Completed in 20 milliseconds