Home
last modified time | relevance | path

Searched defs:tee_ta_ctx (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/include/kernel/
H A Dtee_ta_manager.h68 struct tee_ta_ctx { struct
70 TAILQ_ENTRY(tee_ta_ctx) link; argument
71 struct ts_ctx ts_ctx;
72 uint32_t panicked; /* True if TA has panicked, written from asm */
73 uint32_t panic_code; /* Code supplied for panic */
74 uint32_t ref_count; /* Reference counter for multi session TA */
75 bool busy; /* Context is busy and cannot be entered */
99 extern struct tee_ta_ctx_head tee_ctxes; argument