Searched defs:ts_ops (Results 1 – 1 of 1) sorted by relevance
42 struct ts_ops { struct43 TEE_Result (*enter_open_session)(struct ts_session *s);44 TEE_Result (*enter_invoke_cmd)(struct ts_session *s, uint32_t cmd);45 void (*enter_close_session)(struct ts_session *s);47 TEE_Result (*dump_mem_stats)(struct ts_session *s);49 void (*dump_state)(struct ts_ctx *ctx);50 void (*dump_ftrace)(struct ts_ctx *ctx);51 void (*destroy)(struct ts_ctx *ctx);52 uint32_t (*get_instance_id)(struct ts_ctx *ctx);53 bool (*handle_svc)(struct thread_svc_regs *regs);[all …]
Completed in 2 milliseconds