Home
last modified time | relevance | path

Searched refs:thread_get_tsd (Results 1 – 18 of 18) sorted by relevance

/optee_os/core/kernel/
A Dts_manager.c40 struct thread_specific_data *tsd = thread_get_tsd(); in ts_push_current_session()
48 struct thread_specific_data *tsd = thread_get_tsd(); in ts_pop_current_session()
69 return TAILQ_FIRST(&thread_get_tsd()->sess_stack); in ts_get_current_session_may_fail()
A Duser_ta.c111 struct thread_specific_data *tsd = thread_get_tsd(); in inc_recursion()
125 struct thread_specific_data *tsd = thread_get_tsd(); in dec_recursion()
/optee_os/core/arch/arm/tee/
A Darch_svc.c174 s = TAILQ_FIRST(&thread_get_tsd()->sess_stack); in ftrace_syscall_enter()
181 struct ts_session *s = TAILQ_FIRST(&thread_get_tsd()->sess_stack); in ftrace_syscall_leave()
357 struct thread_specific_data *tsd = thread_get_tsd(); in save_panic_stack()
380 struct thread_specific_data *tsd = thread_get_tsd(); in save_panic_stack()
426 struct thread_specific_data *tsd = thread_get_tsd(); in save_panic_stack()
455 struct thread_specific_data *tsd = thread_get_tsd(); in save_panic_stack()
/optee_os/core/arch/arm/kernel/
A Dabort.c135 core_pos = thread_get_tsd()->abort_core; in __print_abort_info()
144 core_pos = thread_get_tsd()->abort_core; in __print_abort_info()
242 struct thread_specific_data *tsd = thread_get_tsd(); in abort_print_current_ts()
267 struct thread_specific_data *tsd = thread_get_tsd(); in save_abort_info_in_tsd()
A Dthread_spmc.c1079 thread_get_tsd()->rpc_target_info = swap_src_dst(a0); in __thread_std_smc_entry()
1192 .w1 = thread_get_tsd()->rpc_target_info, in thread_rpc_cmd()
1211 .w1 = thread_get_tsd()->rpc_target_info, in thread_rpc_free()
1235 .w1 = thread_get_tsd()->rpc_target_info, in thread_rpc_alloc()
1379 trans_descr->sender_id = thread_get_tsd()->rpc_target_info; in spmc_retrieve_req()
A Dthread.c644 struct ts_session *s = TAILQ_FIRST(&thread_get_tsd()->sess_stack); in ftrace_suspend()
652 struct ts_session *s = TAILQ_FIRST(&thread_get_tsd()->sess_stack); in ftrace_resume()
1219 struct thread_specific_data *thread_get_tsd(void) in thread_get_tsd() function
A Dldelf_loader.c172 struct thread_specific_data *tsd = thread_get_tsd(); in ldelf_dump_state()
/optee_os/core/mm/
A Dvm.c153 tsd = thread_get_tsd(); in alloc_pgt()
168 struct thread_specific_data *tsd = thread_get_tsd(); in rem_um_region()
321 if (thread_get_tsd()->ctx == uctx->ts_ctx) in vm_map_pad()
533 assert(thread_get_tsd()->ctx == uctx->ts_ctx); in vm_remap()
704 assert(thread_get_tsd()->ctx == uctx->ts_ctx); in vm_set_prot()
768 assert(thread_get_tsd()->ctx == uctx->ts_ctx); in vm_unmap()
1286 struct thread_specific_data *tsd = thread_get_tsd(); in vm_set_ctx()
A Dmobj.c473 if (&m->utc->ta_ctx.ts_ctx != thread_get_tsd()->ctx) in mobj_seccpy_shm_get_va()
523 struct thread_specific_data *tsd = thread_get_tsd(); in mobj_seccpy_shm_alloc()
/optee_os/lib/libutils/ext/ftrace/
A Dftrace.c46 tsd = thread_get_tsd(); in get_fbuf()
/optee_os/out/arm/core/
A Dtext_init.ld.S57 *(.text.thread_get_tsd)
A Dtext_unpaged.ld.S54 *(.text.thread_get_tsd)
A Dtee.symb_sizes1415 000000000e105b68 000000000000002c T thread_get_tsd
A Dtee.dmp5635 e103bd0: 940007e6 bl e105b68 <thread_get_tsd>
8794 000000000e105b68 <thread_get_tsd>:
8795 thread_get_tsd():
11065 e107230: 97fffa4e bl e105b68 <thread_get_tsd>
11124 e1072c0: 97fffa2a bl e105b68 <thread_get_tsd>
11439 e107694: 97fff935 bl e105b68 <thread_get_tsd>
16860 e10adb8: 97ffeb6c bl e105b68 <thread_get_tsd>
17013 e10af70: 97ffeafe bl e105b68 <thread_get_tsd>
17616 e10b5b8: 97ffe96c bl e105b68 <thread_get_tsd>
21265 e10d9fc: 97ffe05b bl e105b68 <thread_get_tsd>
[all …]
A Dtee.map20880 .text.thread_get_tsd
20882 0x000000000e105b68 thread_get_tsd
/optee_os/core/arch/arm/include/kernel/
A Dthread.h334 struct thread_specific_data *thread_get_tsd(void);
/optee_os/core/arch/arm/mm/
A Dtee_pager.c680 struct ts_ctx *ctx = thread_get_tsd()->ctx; in find_uta_region()
817 struct thread_specific_data *tsd = thread_get_tsd(); in tee_pager_add_um_region()
1919 pgt = SLIST_FIRST(&thread_get_tsd()->pgt_cache); in tee_pager_assign_um_tables()
A Dcore_mmu.c1890 struct pgt_cache *pgt_cache = &thread_get_tsd()->pgt_cache; in core_mmu_populate_user_map()
2170 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()

Completed in 255 milliseconds