Home
last modified time | relevance | path

Searched defs:ts_ctx (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/include/kernel/
H A Dts_manager.h14 struct ts_ctx { struct
22 struct ts_ctx *ctx; /* Generic TS context */ argument
H A Duser_mode_ctx_struct.h44 struct ts_ctx *ts_ctx; member
H A Dtee_ta_manager.h71 struct ts_ctx ts_ctx; member
/optee_os/core/arch/riscv/include/kernel/
H A Dsecure_partition.h16 struct ts_ctx ts_ctx; member
/optee_os/core/kernel/
H A Dtee_ta_manager.c458 struct ts_ctx *ts_ctx = NULL; in tee_ta_close_session() local
709 struct ts_ctx *ts_ctx = NULL; in tee_ta_open_session() local
776 struct ts_ctx *ts_ctx = NULL; in tee_ta_invoke_command() local
828 struct ts_ctx *ts_ctx = NULL; in dump_ta_memstats() local
/optee_os/core/arch/arm/include/kernel/
H A Dsecure_partition.h45 struct ts_ctx ts_ctx; member
/optee_os/core/mm/
H A Dvm.c878 TEE_Result vm_info_init(struct user_mode_ctx *uctx, struct ts_ctx *ts_ctx) in vm_info_init()