Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/kernel/
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 */
97 extern struct tee_ta_ctx_head tee_ctxes; argument

Completed in 3 milliseconds