Searched refs:is_pseudo_ta_ctx (Results 1 – 5 of 5) sorted by relevance
52 bool is_pseudo_ta_ctx(struct ts_ctx *ctx);56 assert(is_pseudo_ta_ctx(ctx)); in to_pseudo_ta_ctx()
22 if (is_pseudo_ta_ctx(s->ctx)) in update_current_ctx()
248 bool is_pseudo_ta_ctx(struct ts_ctx *ctx) in is_pseudo_ta_ctx() function
1170 return is_user_ta_ctx(ctx) || is_pseudo_ta_ctx(ctx); in is_ta_ctx()
692 if (called_sess && is_pseudo_ta_ctx(called_sess->ctx)) { in tee_svc_copy_param()
Completed in 8 milliseconds