Searched defs:tee_ta_ctx (Results 1 – 1 of 1) sorted by relevance
68 struct tee_ta_ctx { struct70 TAILQ_ENTRY(tee_ta_ctx) link; argument71 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