Lines Matching refs:ts_ctx
265 static void user_ta_dump_state(struct ts_ctx *ctx) in user_ta_dump_state()
288 static void user_ta_dump_ftrace(struct ts_ctx *ctx) in user_ta_dump_ftrace()
405 static void user_ta_release_state(struct ts_ctx *ctx) in user_ta_release_state()
410 static void user_ta_ctx_destroy(struct ts_ctx *ctx) in user_ta_ctx_destroy()
415 static uint32_t user_ta_get_instance_id(struct ts_ctx *ctx) in user_ta_get_instance_id()
446 ctx->ts_ctx.ops = &user_ta_ops; in set_ta_ctx_ops()
449 bool __noprof is_user_ta_ctx(struct ts_ctx *ctx) in is_user_ta_ctx()
502 utc->ta_ctx.ts_ctx.uuid = *uuid; in tee_ta_init_user_ta_session()
503 res = vm_info_init(&utc->uctx, &utc->ta_ctx.ts_ctx); in tee_ta_init_user_ta_session()
514 s->ts_sess.ctx = &utc->ta_ctx.ts_ctx; in tee_ta_init_user_ta_session()