Home
last modified time | relevance | path

Searched refs:thread_get_core_local (Results 1 – 8 of 8) sorted by relevance

/optee_os-3.20.0/core/kernel/
A Dspin_lock_debug.c12 struct thread_core_local *l = thread_get_core_local(); in spinlock_count_incr()
20 struct thread_core_local *l = thread_get_core_local(); in spinlock_count_decr()
39 l = thread_get_core_local(); in have_spinlock()
A Dthread.c163 struct thread_core_local * __nostackcheck thread_get_core_local(void) in thread_get_core_local() function
256 struct thread_core_local *l = thread_get_core_local(); in thread_init_boot_thread()
266 struct thread_core_local *l = thread_get_core_local(); in thread_clr_boot_thread()
276 struct thread_core_local *l = thread_get_core_local(); in thread_get_tmp_sp()
343 struct thread_core_local *l = thread_get_core_local(); in thread_is_from_abort_mode()
355 struct thread_core_local *l = thread_get_core_local(); in thread_is_in_normal_mode()
375 struct thread_core_local *l = thread_get_core_local(); in thread_get_id_may_fail()
509 struct thread_core_local *l = thread_get_core_local(); in thread_get_ctx_regs()
521 l = thread_get_core_local(); in thread_set_foreign_intr()
545 l = thread_get_core_local(); in thread_restore_foreign_intr()
/optee_os-3.20.0/core/arch/arm/sm/
A Dpm.c34 struct thread_core_local *p = thread_get_core_local(); in sm_pm_cpu_suspend_save()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread.c223 struct thread_core_local *l = thread_get_core_local(); in __thread_alloc_and_run()
365 struct thread_core_local *l = thread_get_core_local(); in thread_resume_from_rpc()
416 struct thread_core_local *l = thread_get_core_local(); in thread_get_saved_thread_sp()
433 struct thread_core_local *l = thread_get_core_local(); in thread_state_free()
484 struct thread_core_local *l = thread_get_core_local(); in thread_state_suspend()
658 thread_get_core_local()->bhb_loop_count = loop_count; in select_vector_wa_spectre_bhb()
754 struct thread_core_local *l = thread_get_core_local(); in thread_init_per_cpu()
A Dentry_a64.S42 bl thread_get_core_local
337 bl thread_get_core_local
A Dboot.c1331 thread_get_core_local()->curr_thread = 0; in init_primary()
1341 thread_get_core_local()->curr_thread = -1; in init_primary()
A Dentry_a32.S557 bl thread_get_core_local
/optee_os-3.20.0/core/include/kernel/
A Dthread.h54 struct thread_core_local *thread_get_core_local(void);

Completed in 12 milliseconds