Home
last modified time | relevance | path

Searched defs:uctx (Results 1 – 17 of 17) sorted by relevance

/optee_os/core/mm/
A Dvm.c139 static TEE_Result alloc_pgt(struct user_mode_ctx *uctx) in alloc_pgt()
376 static TEE_Result split_vm_region(struct user_mode_ctx *uctx, in split_vm_region()
796 static TEE_Result map_kinit(struct user_mode_ctx *uctx) in map_kinit()
824 TEE_Result vm_info_init(struct user_mode_ctx *uctx) in vm_info_init()
844 void vm_clean_param(struct user_mode_ctx *uctx) in vm_clean_param()
865 static TEE_Result param_mem_to_user_va(struct user_mode_ctx *uctx, in param_mem_to_user_va()
1068 void vm_info_final(struct user_mode_ctx *uctx) in vm_info_final()
1084 bool vm_buf_is_inside_um_private(const struct user_mode_ctx *uctx, in vm_buf_is_inside_um_private()
1100 bool vm_buf_intersects_um_private(const struct user_mode_ctx *uctx, in vm_buf_intersects_um_private()
1115 TEE_Result vm_buf_to_mboj_offs(const struct user_mode_ctx *uctx, in vm_buf_to_mboj_offs()
[all …]
/optee_os/core/arch/arm/kernel/
A Dldelf_loader.c28 static TEE_Result alloc_and_map_ldelf_fobj(struct user_mode_ctx *uctx, in alloc_and_map_ldelf_fobj()
52 TEE_Result ldelf_load_ldelf(struct user_mode_ctx *uctx) in ldelf_load_ldelf()
101 struct user_mode_ctx *uctx) in ldelf_init_with_ldelf()
165 TEE_Result ldelf_dump_state(struct user_mode_ctx *uctx) in ldelf_dump_state()
288 TEE_Result ldelf_dump_ftrace(struct user_mode_ctx *uctx, in ldelf_dump_ftrace()
343 TEE_Result ldelf_dlopen(struct user_mode_ctx *uctx, TEE_UUID *uuid, in ldelf_dlopen()
394 TEE_Result ldelf_dlsym(struct user_mode_ctx *uctx, TEE_UUID *uuid, in ldelf_dlsym()
A Dsecure_partition.c113 struct user_mode_ctx *uctx) in sp_has_exclusive_access()
458 struct sp_ctx *uctx = to_sp_ctx(ts->ctx); in sp_handle_svc() local
A Dthread.c1387 void thread_user_clear_vfp(struct user_mode_ctx *uctx) in thread_user_clear_vfp()
/optee_os/core/pta/
A Dsystem.c58 static TEE_Result system_derive_ta_unique_key(struct user_mode_ctx *uctx, in system_derive_ta_unique_key()
117 static TEE_Result system_map_zi(struct user_mode_ctx *uctx, in system_map_zi()
164 static TEE_Result system_unmap(struct user_mode_ctx *uctx, uint32_t param_types, in system_unmap()
204 static TEE_Result system_dlopen(struct user_mode_ctx *uctx, in system_dlopen()
233 static TEE_Result system_dlsym(struct user_mode_ctx *uctx, uint32_t param_types, in system_dlsym()
334 struct user_mode_ctx *uctx = to_user_mode_ctx(s->ctx); in invoke_command() local
/optee_os/core/kernel/
A Dldelf_syscalls.c34 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_map_zi() local
64 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_unmap() local
104 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_open_bin() local
267 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_map_bin() local
427 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_copy_from_bin() local
453 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_set_prot() local
504 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_remap() local
522 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_gen_rnd_num() local
A Duser_mode_ctx.c10 void user_mode_ctx_print_mappings(struct user_mode_ctx *uctx) in user_mode_ctx_print_mappings()
/optee_os/core/include/mm/
A Dvm.h39 static inline TEE_Result vm_map(struct user_mode_ctx *uctx, vaddr_t *va, in vm_map()
/optee_os/core/include/kernel/
A Duser_ta.h41 struct user_mode_ctx uctx; member
/optee_os/core/arch/arm/mm/
A Dtee_pager.c735 static TEE_Result pager_add_um_region(struct user_mode_ctx *uctx, vaddr_t base, in pager_add_um_region()
813 TEE_Result tee_pager_add_um_region(struct user_mode_ctx *uctx, vaddr_t base, in tee_pager_add_um_region()
870 TEE_Result tee_pager_split_um_region(struct user_mode_ctx *uctx, vaddr_t va) in tee_pager_split_um_region()
953 void tee_pager_merge_um_region(struct user_mode_ctx *uctx, vaddr_t va, in tee_pager_merge_um_region()
1044 void tee_pager_rem_um_region(struct user_mode_ctx *uctx, vaddr_t base, in tee_pager_rem_um_region()
1060 void tee_pager_rem_um_regions(struct user_mode_ctx *uctx) in tee_pager_rem_um_regions()
1092 bool tee_pager_set_um_region_attr(struct user_mode_ctx *uctx, vaddr_t base, in tee_pager_set_um_region_attr()
1910 void tee_pager_assign_um_tables(struct user_mode_ctx *uctx) in tee_pager_assign_um_tables()
A Dsp_mem.c192 void *sp_mem_get_va(const struct user_mode_ctx *uctx, size_t offset, in sp_mem_get_va()
A Dcore_mmu_v7.c489 void core_mmu_create_user_map(struct user_mode_ctx *uctx, in core_mmu_create_user_map()
A Dcore_mmu_lpae.c939 void core_mmu_create_user_map(struct user_mode_ctx *uctx, in core_mmu_create_user_map()
A Dcore_mmu.c1887 struct user_mode_ctx *uctx) in core_mmu_populate_user_map()
/optee_os/core/arch/arm/include/kernel/
A Dsecure_partition.h50 struct user_mode_ctx uctx; member
A Dstmm_sp.h135 struct user_mode_ctx uctx; member
/optee_os/core/tee/
A Dtee_svc_cryp.c2614 struct user_mode_ctx *uctx = &to_user_ta_ctx(sess->ctx)->uctx; in tee_svc_cipher_update_helper() local
3350 struct user_mode_ctx *uctx = &to_user_ta_ctx(sess->ctx)->uctx; in syscall_authenc_enc_final() local
3435 struct user_mode_ctx *uctx = &to_user_ta_ctx(sess->ctx)->uctx; in syscall_authenc_dec_final() local

Completed in 35 milliseconds