Searched refs:to_user_ta_ctx (Results 1 – 13 of 13) sorted by relevance
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_storage.c | 81 tee_obj_close(to_user_ta_ctx(sess->ctx), o); in tee_svc_storage_remove_corrupt_obj() 177 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_storage_obj_open() 322 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_storage_obj_create() 428 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_storage_obj_del() 460 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_storage_obj_rename() 524 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_storage_alloc_enum() 544 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_storage_free_enum() 562 res = tee_svc_storage_get_enum(to_user_ta_ctx(sess->ctx), in syscall_storage_reset_enum() 609 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_storage_next_enum() 691 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_storage_obj_read() [all …]
|
A D | tee_svc_cryp.c | 1118 res = tee_obj_get(to_user_ta_ctx(sess->ctx), in syscall_cryp_obj_get_info() 1574 tee_obj_add(to_user_ta_ctx(sess->ctx), o); in syscall_cryp_obj_alloc() 1578 tee_obj_close(to_user_ta_ctx(sess->ctx), o); in syscall_cryp_obj_alloc() 1599 tee_obj_close(to_user_ta_ctx(sess->ctx), o); in syscall_cryp_obj_close() 1955 res = tee_obj_get(to_user_ta_ctx(sess->ctx), in syscall_cryp_obj_copy() 1960 res = tee_obj_get(to_user_ta_ctx(sess->ctx), in syscall_cryp_obj_copy() 2437 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in tee_svc_cryp_get_state() 2599 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_cryp_state_alloc() 2777 cryp_state_free(to_user_ta_ctx(sess->ctx), cs); in syscall_cryp_state_free() 2804 res = tee_obj_get(to_user_ta_ctx(sess->ctx), in syscall_hash_init() [all …]
|
A D | tee_obj.c | 68 tee_obj_close(to_user_ta_ctx(sess->ts_sess.ctx), o); in tee_obj_verify()
|
A D | tee_svc.c | 662 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in tee_svc_copy_param() 855 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_open_ta_session() 910 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_close_ta_session() 927 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_invoke_ta_command() 986 return vm_check_access_rights(&to_user_ta_ctx(s->ctx)->uctx, flags, in syscall_check_access_rights()
|
/optee_os-3.20.0/core/include/kernel/ |
A D | user_mode_ctx.h | 25 return &to_user_ta_ctx(ctx)->uctx; in to_user_mode_ctx()
|
A D | user_ta.h | 54 static inline struct user_ta_ctx *to_user_ta_ctx(struct ts_ctx *ctx) in to_user_ta_ctx() function
|
/optee_os-3.20.0/core/kernel/ |
A D | user_ta.c | 137 struct user_ta_ctx *utc = to_user_ta_ctx(session->ctx); in user_ta_enter() 228 if (!to_user_ta_ctx(s->ctx)->uctx.is_initializing) in user_ta_enter_close_session() 246 struct user_ta_ctx *utc = to_user_ta_ctx(ctx); in user_ta_dump_state() 270 struct user_ta_ctx *utc = to_user_ta_ctx(ctx); in user_ta_dump_ftrace() 371 free_utc(to_user_ta_ctx(ctx)); in user_ta_ctx_destroy() 376 return to_user_ta_ctx(ctx)->uctx.vm_info.asid; in user_ta_get_instance_id()
|
A D | tee_ta_manager.c | 371 utc = to_user_ta_ctx(&ctx->ts_ctx); in destroy_ta_ctx_from_session() 597 !to_user_ta_ctx(&ctx->ts_ctx)->uctx.is_initializing) in tee_ta_init_session_with_context() 1074 utc = to_user_ta_ctx(s->ctx); in tee_ta_gprof_sample_pc()
|
/optee_os-3.20.0/core/arch/arm/tee/ |
A D | svc_cache.c | 21 utc = to_user_ta_ctx(s->ctx); in syscall_cache_operation()
|
A D | arch_svc.c | 359 struct user_ta_ctx *utc = to_user_ta_ctx(s->ctx); in save_panic_stack() 428 struct user_ta_ctx *utc = to_user_ta_ctx(s->ctx); in save_panic_stack()
|
/optee_os-3.20.0/core/mm/ |
A D | mobj.c | 546 utc = to_user_ta_ctx(tsd->ctx); in mobj_seccpy_shm_alloc() 566 m->utc = to_user_ta_ctx(tsd->ctx); in mobj_seccpy_shm_alloc()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | ldelf_loader.c | 150 to_user_ta_ctx(uctx->ts_ctx)->ta_ctx.flags = arg->flags; in ldelf_init_with_ldelf()
|
A D | thread.c | 988 struct user_ta_ctx *utc = to_user_ta_ctx(s->ctx); in thread_get_pauth_keys()
|
Completed in 28 milliseconds