Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/riscv/include/kernel/
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-3.20.0/core/arch/arm/include/kernel/
A Dstmm_sp.h145 static inline bool is_stmm_ctx(struct ts_ctx *ctx __maybe_unused) in is_stmm_ctx() function
152 assert(is_stmm_ctx(ctx)); in to_stmm_ctx()
/optee_os-3.20.0/core/include/kernel/
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-3.20.0/core/kernel/
A Dtee_ta_manager.c119 assert(is_ta_ctx(sess->ctx) || is_stmm_ctx(sess->ctx)); in to_ta_session()
128 if (is_stmm_ctx(ctx)) in ts_to_ta_ctx()
A Dldelf_syscalls.c139 if (is_user_ta_ctx(sess->ctx) || is_stmm_ctx(sess->ctx)) { in ldelf_syscall_open_bin()

Completed in 7 milliseconds