Home
last modified time | relevance | path

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

/optee_os-3.20.0/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-3.20.0/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()
428 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_copy_from_bin()
454 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_set_prot()
505 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_remap()
523 struct user_mode_ctx *uctx = to_user_mode_ctx(sess->ctx); in ldelf_syscall_gen_rnd_num()
A Duser_access.c21 return vm_check_access_rights(to_user_mode_ctx(s->ctx), flags, in check_access()
/optee_os-3.20.0/core/pta/
A Dsystem.c334 struct user_mode_ctx *uctx = to_user_mode_ctx(s->ctx); in invoke_command()
A Dattestation.c640 uctx = to_user_mode_ctx(s->ctx); in cmd_hash_ta_memory()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dabort.c386 thread_user_enable_vfp(&to_user_mode_ctx(s->ctx)->vfp); in handle_user_mode_vfp()
A Dstmm_sp.c482 user_mode_ctx_print_mappings(to_user_mode_ctx(ctx)); in stmm_dump_state()
/optee_os-3.20.0/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()
/optee_os-3.20.0/core/mm/
A Dvm.c1357 uctx = to_user_mode_ctx(tsd->ctx); in vm_set_ctx()
1364 uctx = to_user_mode_ctx(ctx); in vm_set_ctx()
A Dcore_mmu.c2111 res = vm_va2pa(to_user_mode_ctx(thread_get_tsd()->ctx), in check_pa_matches_va()
2208 return vm_pa2va(to_user_mode_ctx(thread_get_tsd()->ctx), pa, len); in phys_to_virt_ts_vaspace()

Completed in 21 milliseconds