Home
last modified time | relevance | path

Searched refs:is_ta_ctx (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/kernel/
H A Dtee_ta_manager.h162 bool is_ta_ctx(struct ts_ctx *ctx);
168 assert(is_ta_ctx(ctx)); in to_ta_ctx()
/optee_os/lib/libutils/ext/ftrace/
H A Dftrace.c56 if (!is_ta_ctx(s->ctx) || to_ta_ctx(s->ctx)->panicked) in get_fbuf()
/optee_os/core/kernel/
H A Dtee_ta_manager.c112 assert(is_ta_ctx(sess->ctx) || is_stmm_ctx(sess->ctx)); in to_ta_session()
118 if (is_ta_ctx(ctx)) in ts_to_ta_ctx()
1170 bool __noprof is_ta_ctx(struct ts_ctx *ctx)
1158 bool __noprof is_ta_ctx(struct ts_ctx *ctx) is_ta_ctx() function