Home
last modified time | relevance | path

Searched refs:is_pseudo_ta_ctx (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/include/kernel/
H A Dpseudo_ta.h54 bool is_pseudo_ta_ctx(struct ts_ctx *ctx);
58 assert(is_pseudo_ta_ctx(ctx)); in to_pseudo_ta_ctx()
/optee_os/core/kernel/
H A Dts_manager.c22 if (is_pseudo_ta_ctx(s->ctx)) in update_current_ctx()
H A Dpseudo_ta.c249 bool __noprof is_pseudo_ta_ctx(struct ts_ctx *ctx) in is_pseudo_ta_ctx() function
H A Dtee_ta_manager.c1172 return is_user_ta_ctx(ctx) || is_pseudo_ta_ctx(ctx);
/optee_os/core/tee/
H A Dtee_svc.c689 if (called_sess && is_pseudo_ta_ctx(called_sess->ctx)) { in tee_svc_copy_param()