tee_ta_init_user_ta_session()
- Initialize user TA for the UUID, assign
ctx->ts_ctx.ops
touser_ta_ops
by callingset_ta_ctx_ops()
.user_ta_ops
will be the global callbacks for the user TAs; assigntee_ta_session->ts_sess.handle_scall
toscall_handle_user_ta()
.scall_handle_user_ta()
will be the default callback to handle the syscall from user TA:
tee_ta_init_user_ta_session()c
Loading...