Home
last modified time | relevance | path

Searched refs:to_ta_ctx (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/arm/tee/
H A Dsvc_cache.c18 if ((to_ta_ctx(s->ctx)->flags & TA_FLAG_CACHE_MAINTENANCE) == 0) in syscall_cache_operation()
/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/include/kernel/
H A Dtee_ta_manager.h166 static inline struct tee_ta_ctx *__noprof to_ta_ctx(struct ts_ctx *ctx) in to_ta_ctx() function
/optee_os/core/kernel/
H A Dtee_ta_manager.c119 return to_ta_ctx(ctx); in ts_to_ta_ctx()