Home
last modified time | relevance | path

Searched refs:TA_FLAG_SINGLE_INSTANCE (Results 1 – 12 of 12) sorted by relevance

/optee_os/ta/avb/
H A Duser_ta_header_defines.h11 #define TA_FLAGS (TA_FLAG_SINGLE_INSTANCE | \
/optee_os/ta/trusted_keys/
H A Duser_ta_header_defines.h13 #define TA_FLAGS (TA_FLAG_SINGLE_INSTANCE | \
/optee_os/ta/remoteproc/src/
H A Duser_ta_header_defines.h14 TA_FLAG_SINGLE_INSTANCE | \
/optee_os/ta/pkcs11/src/
H A Duser_ta_header_defines.h13 #define TA_FLAGS (TA_FLAG_SINGLE_INSTANCE | \
/optee_os/core/include/kernel/
H A Dpseudo_ta.h18 #define PTA_MANDATORY_FLAGS (TA_FLAG_SINGLE_INSTANCE | \
/optee_os/lib/libutee/include/
H A Duser_ta_header.h15 #define TA_FLAG_SINGLE_INSTANCE BIT32(2) macro
/optee_os/core/kernel/
H A Dtee_ta_manager.c136 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()
/optee_os/ta/
H A Duser_ta_header.c137 &(const bool){(TA_FLAGS & TA_FLAG_SINGLE_INSTANCE) != 0}},
/optee_os/core/pta/
H A Dsecstor_ta_mgmt.c187 .flags = PTA_DEFAULT_FLAGS | TA_FLAG_SINGLE_INSTANCE |
/optee_os/lib/libutee/
H A Duser_ta_entry.c267 (ta_head.flags & TA_FLAG_SINGLE_INSTANCE) && in ta_header_remove_session()
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c102 spc->ta_ctx.flags = TA_FLAG_SINGLE_INSTANCE | in stmm_alloc_ctx()
/optee_os/
H A DCHANGELOG.md1088 `TA_FLAG_SINGLE_INSTANCE` is not set ([#1574])