Searched refs:thread_get_id (Results 1 – 18 of 18) sorted by relevance
39 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()
67 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()
72 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()
62 wqe->handle = thread_get_id(); in wq_wait_init_condvar()
423 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() function1221 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 …]
214 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()
1016 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()
192 scmi_process_smt(channel_id, threaded_payload[thread_get_id()]); in scmi_smt_threaded_entry()
13 *(.rodata.thread_get_id.str1.1)
12 *(.rodata.thread_get_id.str1.1)
46 *(.text.thread_get_id)
47 *(.text.thread_get_id)
1159 000000000e1053f8 0000000000000044 T thread_get_id
8055 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 …]
20849 .text.thread_get_id20851 0x000000000e1053f8 thread_get_id25036 .rodata.thread_get_id.str1.1
326 short int thread_get_id(void);
255 return (vaddr_t)prtn->ul1_tables[thread_get_id()]; in core_mmu_get_ul1_ttb_va()
933 void *tbl = get_prtn()->l2_ta_tables[thread_get_id()]; in core_mmu_get_user_pgdir()
Completed in 249 milliseconds