Home
last modified time | relevance | path

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

/optee_os-3.20.0/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.c85 if (tee_ta_single_instance_thread != thread_get_id()) { in lock_single_instance()
90 tee_ta_single_instance_thread = thread_get_id(); in lock_single_instance()
100 assert(tee_ta_single_instance_thread == thread_get_id()); in unlock_single_instance()
113 return tee_ta_single_instance_thread == thread_get_id(); in has_single_instance_lock()
208 if (s->lock_thread == thread_get_id()) { in tee_ta_put_session()
266 assert(s->lock_thread != thread_get_id()); in tee_ta_get_session()
277 s->lock_thread = thread_get_id(); in tee_ta_get_session()
291 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()
A Dthread.c382 short int thread_get_id(void) in thread_get_id() function
504 return &threads[thread_get_id()].tsd; in thread_get_tsd()
592 struct thread_shm_cache *cache = &threads[thread_get_id()].shm_cache; in get_shm_cache_entry()
/optee_os-3.20.0/core/drivers/scmi-msg/
A Dentry.c129 scmi_entry_smt(channel_id, threaded_payload[thread_get_id()]); in scmi_smt_threaded_entry()
141 threaded_payload[thread_get_id()]); in scmi_msg_threaded_entry()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread.c124 struct thread_ctx *thr = threads + thread_get_id(); in thread_lazy_save_ns_vfp()
134 struct thread_ctx *thr = threads + thread_get_id(); in thread_lazy_restore_ns_vfp()
782 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_enable_vfp()
829 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_save_vfp()
840 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_restore_vfp()
854 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_enable_vfp()
883 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_save_vfp()
898 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_clear_vfp()
A Dthread_optee_smc.c147 struct thread_ctx *thr = threads + thread_get_id(); in call_entry_std()
465 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg()
A Dabort.c370 tc = threads + thread_get_id(); in handle_user_mode_panic()
A Dthread_spmc.c1019 struct thread_ctx *thr = threads + thread_get_id(); in yielding_call_with_arg()
1119 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg()
/optee_os-3.20.0/core/include/kernel/
A Dthread.h101 short int thread_get_id(void);
/optee_os-3.20.0/core/arch/arm/mm/
A Dcore_mmu_v7.c269 return (vaddr_t)prtn->ul1_tables[thread_get_id()]; in core_mmu_get_ul1_ttb_va()
A Dcore_mmu_lpae.c969 void *tbl = get_prtn()->l2_ta_tables[thread_get_id()]; in core_mmu_get_user_pgdir()

Completed in 22 milliseconds