Home
last modified time | relevance | path

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

/optee_os/core/kernel/
A Dmutex_lockdep.c39 short int thread = thread_get_id(); in mutex_lock_check()
49 short int thread = thread_get_id(); in mutex_trylock_check()
59 short int thread = thread_get_id(); in mutex_unlock_check()
A Dtee_ta_manager.c67 if (tee_ta_single_instance_thread != thread_get_id()) { in lock_single_instance()
72 tee_ta_single_instance_thread = thread_get_id(); in lock_single_instance()
82 assert(tee_ta_single_instance_thread == thread_get_id()); in unlock_single_instance()
95 return tee_ta_single_instance_thread == thread_get_id(); in has_single_instance_lock()
190 if (s->lock_thread == thread_get_id()) { in tee_ta_put_session()
248 assert(s->lock_thread != thread_get_id()); in tee_ta_get_session()
259 s->lock_thread = thread_get_id(); in tee_ta_get_session()
273 assert(s->lock_thread == thread_get_id()); in tee_ta_unlink_session()
A Dmutex.c72 short int ct = thread_get_id(); in __mutex_lock_recursive()
115 assert(m->owner == thread_get_id()); in __mutex_unlock_recursive()
340 assert(m->owner == thread_get_id()); in mutex_get_recursive_lock_depth()
A Dwait_queue.c62 wqe->handle = thread_get_id(); in wq_wait_init_condvar()
/optee_os/core/arch/arm/kernel/
A Dthread.c423 struct thread_ctx *thr = threads + thread_get_id(); in thread_lazy_save_ns_vfp()
433 struct thread_ctx *thr = threads + thread_get_id(); in thread_lazy_restore_ns_vfp()
987 short int thread_get_id(void) in thread_get_id() function
1221 return &threads[thread_get_id()].tsd; in thread_get_tsd()
1274 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_enable_vfp()
1321 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_save_vfp()
1332 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_restore_vfp()
1346 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_enable_vfp()
1375 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_save_vfp()
1390 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_clear_vfp()
[all …]
A Dthread_optee_smc.c214 struct thread_ctx *thr = threads + thread_get_id(); in __thread_std_smc_entry()
388 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg()
A Dthread_spmc.c1016 struct thread_ctx *thr = threads + thread_get_id(); in yielding_call_with_arg()
1117 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg()
/optee_os/core/drivers/scmi-msg/
A Dsmt.c192 scmi_process_smt(channel_id, threaded_payload[thread_get_id()]); in scmi_smt_threaded_entry()
/optee_os/out/arm/core/
A Drodata_init.ld.S13 *(.rodata.thread_get_id.str1.1)
A Drodata_unpaged.ld.S12 *(.rodata.thread_get_id.str1.1)
A Dtext_init.ld.S46 *(.text.thread_get_id)
A Dtext_unpaged.ld.S47 *(.text.thread_get_id)
A Dtee.symb_sizes1159 000000000e1053f8 0000000000000044 T thread_get_id
A Dtee.dmp8055 000000000e1053f8 <thread_get_id>:
8056 thread_get_id():
8085 e105444: 97ffffed bl e1053f8 <thread_get_id>
8349 e10570c: 97ffff3b bl e1053f8 <thread_get_id>
8800 e105b70: 97fffe22 bl e1053f8 <thread_get_id>
8951 e105d08: 97fffdbc bl e1053f8 <thread_get_id>
8993 e105d80: 97fffd9e bl e1053f8 <thread_get_id>
9051 e105e2c: 97fffd73 bl e1053f8 <thread_get_id>
9139 e105f28: 97fffd34 bl e1053f8 <thread_get_id>
9306 e1060f8: 97fffcc0 bl e1053f8 <thread_get_id>
[all …]
A Dtee.map20849 .text.thread_get_id
20851 0x000000000e1053f8 thread_get_id
25036 .rodata.thread_get_id.str1.1
/optee_os/core/arch/arm/include/kernel/
A Dthread.h326 short int thread_get_id(void);
/optee_os/core/arch/arm/mm/
A Dcore_mmu_v7.c255 return (vaddr_t)prtn->ul1_tables[thread_get_id()]; in core_mmu_get_ul1_ttb_va()
A Dcore_mmu_lpae.c933 void *tbl = get_prtn()->l2_ta_tables[thread_get_id()]; in core_mmu_get_user_pgdir()

Completed in 249 milliseconds