Home
last modified time | relevance | path

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

/optee_os-3.20.0/ta/avb/
A Duser_ta_header_defines.h11 #define TA_FLAGS (TA_FLAG_SINGLE_INSTANCE | \
/optee_os-3.20.0/ta/trusted_keys/
A Duser_ta_header_defines.h13 #define TA_FLAGS (TA_FLAG_SINGLE_INSTANCE | \
/optee_os-3.20.0/ta/pkcs11/src/
A Duser_ta_header_defines.h13 #define TA_FLAGS (TA_FLAG_SINGLE_INSTANCE | \
/optee_os-3.20.0/core/include/kernel/
A Dpseudo_ta.h16 #define PTA_MANDATORY_FLAGS (TA_FLAG_SINGLE_INSTANCE | \
/optee_os-3.20.0/lib/libutee/include/
A Duser_ta_header.h15 #define TA_FLAG_SINGLE_INSTANCE (1 << 2) macro
/optee_os-3.20.0/ta/arch/arm/
A Duser_ta_header.c124 &(const bool){(TA_FLAGS & TA_FLAG_SINGLE_INSTANCE) != 0}},
/optee_os-3.20.0/core/kernel/
A Dtee_ta_manager.c143 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()
/optee_os-3.20.0/core/pta/
A Dsecstor_ta_mgmt.c187 .flags = PTA_DEFAULT_FLAGS | TA_FLAG_SINGLE_INSTANCE |
/optee_os-3.20.0/lib/libutee/arch/arm/
A Duser_ta_entry.c243 (ta_head.flags & TA_FLAG_SINGLE_INSTANCE) && in ta_header_remove_session()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dstmm_sp.c90 spc->ta_ctx.flags = TA_FLAG_SINGLE_INSTANCE | in stmm_alloc_ctx()
/optee_os-3.20.0/
A DCHANGELOG.md758 `TA_FLAG_SINGLE_INSTANCE` is not set ([#1574])

Completed in 20 milliseconds