Searched refs:user_ta_ctx (Results 1 – 15 of 15) sorted by relevance
/optee_os-3.20.0/core/include/tee/ |
A D | tee_obj.h | 27 void tee_obj_add(struct user_ta_ctx *utc, struct tee_obj *o); 29 TEE_Result tee_obj_get(struct user_ta_ctx *utc, vaddr_t obj_id, 32 void tee_obj_close(struct user_ta_ctx *utc, struct tee_obj *o); 34 void tee_obj_close_all(struct user_ta_ctx *utc);
|
A D | tee_svc_cryp.h | 12 struct user_ta_ctx; 38 void tee_svc_cryp_free_states(struct user_ta_ctx *utc);
|
A D | tee_svc_storage.h | 60 void tee_svc_storage_close_all_enum(struct user_ta_ctx *utc);
|
/optee_os-3.20.0/core/include/kernel/ |
A D | user_ta.h | 35 struct user_ta_ctx { struct 54 static inline struct user_ta_ctx *to_user_ta_ctx(struct ts_ctx *ctx) in to_user_ta_ctx() argument 57 return container_of(ctx, struct user_ta_ctx, ta_ctx.ts_ctx); in to_user_ta_ctx()
|
A D | tee_ta_manager.h | 51 struct user_ta_ctx;
|
/optee_os-3.20.0/core/tee/ |
A D | tee_obj.c | 16 void tee_obj_add(struct user_ta_ctx *utc, struct tee_obj *o) in tee_obj_add() 21 TEE_Result tee_obj_get(struct user_ta_ctx *utc, vaddr_t obj_id, in tee_obj_get() 35 void tee_obj_close(struct user_ta_ctx *utc, struct tee_obj *o) in tee_obj_close() 47 void tee_obj_close_all(struct user_ta_ctx *utc) in tee_obj_close_all()
|
A D | tee_svc_storage.c | 43 static TEE_Result tee_svc_storage_get_enum(struct user_ta_ctx *utc, in tee_svc_storage_get_enum() 58 static TEE_Result tee_svc_close_enum(struct user_ta_ctx *utc, in tee_svc_close_enum() 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() 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.c | 569 static TEE_Result utee_param_to_param(struct user_ta_ctx *utc, in utee_param_to_param() 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()
|
A D | tee_svc_cryp.c | 1627 static TEE_Result copy_in_attrs(struct user_ta_ctx *utc, in copy_in_attrs() 2437 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in tee_svc_cryp_get_state() 2448 static void cryp_state_free(struct user_ta_ctx *utc, struct tee_cryp_state *cs) in cryp_state_free() 2599 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_cryp_state_alloc() 2760 void tee_svc_cryp_free_states(struct user_ta_ctx *utc) in tee_svc_cryp_free_states() 2975 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_cipher_init() 3369 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_cryp_derive_key() 4026 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_asymm_operate() 4213 struct user_ta_ctx *utc = to_user_ta_ctx(sess->ctx); in syscall_asymm_verify()
|
/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() 239 static void dump_state_no_ldelf_dbg(struct user_ta_ctx *utc) in dump_state_no_ldelf_dbg() 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() 345 static void free_utc(struct user_ta_ctx *utc) in free_utc() 427 struct user_ta_ctx *utc = NULL; in tee_ta_init_user_ta_session() 429 utc = calloc(1, sizeof(struct user_ta_ctx)); in tee_ta_init_user_ta_session()
|
A D | tee_ta_manager.c | 337 struct user_ta_ctx *utc = NULL; in destroy_ta_ctx_from_session() 1063 struct user_ta_ctx *utc = NULL; in tee_ta_gprof_sample_pc()
|
/optee_os-3.20.0/core/arch/arm/tee/ |
A D | svc_cache.c | 15 struct user_ta_ctx *utc = NULL; 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 | 471 struct user_ta_ctx *utc; 541 struct user_ta_ctx *utc; in mobj_seccpy_shm_alloc()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread.c | 988 struct user_ta_ctx *utc = to_user_ta_ctx(s->ctx); in thread_get_pauth_keys()
|
Completed in 25 milliseconds