Home
last modified time | relevance | path

Searched refs:to_user_mode_ctx (Results 1 – 16 of 16) sorted by relevance

/optee_os/core/kernel/
A Dldelf_syscalls.c34 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_map_zi()
64 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_unmap()
104 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_open_bin()
267 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_map_bin()
427 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_copy_from_bin()
453 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_set_prot()
504 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_remap()
522 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_gen_rnd_num()
A Duser_access.c20 return vm_check_access_rights(to_user_mode_ctx(s->ctx), flags, va, len); in check_access()
/optee_os/core/include/kernel/
A Duser_mode_ctx.h22 static inline struct user_mode_ctx *to_user_mode_ctx(struct ts_ctx *ctx) in to_user_mode_ctx() function
/optee_os/out/arm/core/
A Drodata_init.ld.S63 *(.rodata.to_user_mode_ctx.str1.1)
A Drodata_unpaged.ld.S59 *(.rodata.to_user_mode_ctx.str1.1)
A Dtext_init.ld.S114 *(.text.to_user_mode_ctx)
A Dtext_unpaged.ld.S114 *(.text.to_user_mode_ctx)
A Dtee.symb_sizes729 000000000e1091e0 0000000000000084 t to_user_mode_ctx
730 000000000e114420 0000000000000084 t to_user_mode_ctx
A Dtee.dmp11613 to_user_mode_ctx():
14117 to_user_mode_ctx():
14130 to_user_mode_ctx():
14157 to_user_mode_ctx():
31724 to_user_mode_ctx():
31737 to_user_mode_ctx():
31764 to_user_mode_ctx():
35454 to_user_mode_ctx():
43298 to_user_mode_ctx():
43304 to_user_mode_ctx():
[all …]
A Dtee.map21125 .text.to_user_mode_ctx
21915 .text.to_user_mode_ctx
25223 .rodata.to_user_mode_ctx.str1.1
25674 .rodata.to_user_mode_ctx.str1.1
/optee_os/core/pta/
A Dsystem.c334 struct user_mode_ctx *uctx = to_user_mode_ctx(s->ctx); in invoke_command()
/optee_os/core/arch/arm/kernel/
A Dabort.c374 thread_user_enable_vfp(&to_user_mode_ctx(s->ctx)->vfp); in handle_user_mode_vfp()
A Dstmm_sp.c471 user_mode_ctx_print_mappings(to_user_mode_ctx(ctx)); in stmm_dump_state()
/optee_os/core/arch/arm/mm/
A Dtee_pager.c471 uint32_t asid = to_user_mode_ctx(tblidx.pgt->ctx)->vm_info.asid; in tblidx_tlbi_entry()
684 return find_region(to_user_mode_ctx(ctx)->regions, va); in find_uta_region()
1951 regions = to_user_mode_ctx(pgt->ctx)->regions; in tee_pager_pgt_save_and_release_entries()
A Dcore_mmu.c2170 res = vm_va2pa(to_user_mode_ctx(thread_get_tsd()->ctx), in check_pa_matches_va()
2266 return vm_pa2va(to_user_mode_ctx(thread_get_tsd()->ctx), pa, len); in phys_to_virt_ts_vaspace()
/optee_os/core/mm/
A Dvm.c1301 struct user_mode_ctx *uctx = to_user_mode_ctx(ctx); in vm_set_ctx()

Completed in 253 milliseconds