Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/include/kernel/
H A Dstmm_sp.h20 static inline bool is_stmm_ctx(struct ts_ctx *ctx __unused) in is_stmm_ctx() function
27 assert(is_stmm_ctx(ctx)); in to_stmm_ctx()
/optee_os/core/arch/arm/include/kernel/
H A Dstmm_sp.h144 static inline bool is_stmm_ctx(struct ts_ctx *ctx __maybe_unused) in is_stmm_ctx() function
151 assert(is_stmm_ctx(ctx)); in to_stmm_ctx()
/optee_os/core/include/kernel/
H A Duser_mode_ctx.h19 return is_user_ta_ctx(ctx) || is_stmm_ctx(ctx) || is_sp_ctx(ctx); in is_user_mode_ctx()
/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()
121 if (is_stmm_ctx(ctx)) in ts_to_ta_ctx()
H A Dldelf_syscalls.c160 if (is_user_ta_ctx(sess->ctx) || is_stmm_ctx(sess->ctx)) { in ldelf_syscall_open_bin()