Home
last modified time | relevance | path

Searched refs:TA_FLAG_INSTANCE_KEEP_ALIVE (Results 1 – 8 of 8) sorted by relevance

/optee_os-3.20.0/ta/pkcs11/src/
A Duser_ta_header_defines.h15 TA_FLAG_INSTANCE_KEEP_ALIVE)
/optee_os-3.20.0/core/include/kernel/
A Dpseudo_ta.h18 TA_FLAG_INSTANCE_KEEP_ALIVE)
/optee_os-3.20.0/lib/libutee/include/
A Duser_ta_header.h17 #define TA_FLAG_INSTANCE_KEEP_ALIVE (1 << 4) /* remains after last close */ macro
/optee_os-3.20.0/ta/arch/arm/
A Duser_ta_header.c130 &(const bool){(TA_FLAGS & TA_FLAG_INSTANCE_KEEP_ALIVE) != 0}},
/optee_os-3.20.0/lib/libutee/arch/arm/
A Duser_ta_entry.c244 (ta_head.flags & TA_FLAG_INSTANCE_KEEP_ALIVE); in ta_header_remove_session()
/optee_os-3.20.0/core/kernel/
A Dtee_ta_manager.c573 keep_alive = (ctx->flags & TA_FLAG_INSTANCE_KEEP_ALIVE) && in tee_ta_close_session()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dstmm_sp.c91 TA_FLAG_INSTANCE_KEEP_ALIVE; in stmm_alloc_ctx()
/optee_os-3.20.0/
A DCHANGELOG.md757 * Ignore `TA_FLAG_MULTI_SESSION` and `TA_FLAG_INSTANCE_KEEP_ALIVE` when

Completed in 12 milliseconds