Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H 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()
H A Dthread.c277 struct thread_core_local * __nostackcheck thread_get_core_local(void) in thread_get_core_local() function
374 struct thread_core_local *l = thread_get_core_local(); in thread_init_boot_thread()
382 struct thread_core_local *l = thread_get_core_local(); in thread_clr_boot_thread()
393 struct thread_core_local *l = thread_get_core_local(); in thread_get_tmp_sp()
457 struct thread_core_local *l = thread_get_core_local(); in thread_is_from_abort_mode()
469 struct thread_core_local *l = thread_get_core_local(); in thread_is_in_normal_mode()
489 struct thread_core_local *l = thread_get_core_local(); in thread_get_id_may_fail()
697 struct thread_core_local *l = thread_get_core_local(); in thread_get_ctx_regs()
709 l = thread_get_core_local(); in thread_set_foreign_intr()
733 l = thread_get_core_local(); in thread_restore_foreign_intr()
/optee_os/core/arch/arm/sm/
H A Dpm.c34 struct thread_core_local *p = thread_get_core_local(); in sm_pm_cpu_suspend_save()
/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c233 struct thread_core_local *l = thread_get_core_local(); in __thread_alloc_and_run()
322 struct thread_core_local *l = thread_get_core_local(); in thread_get_saved_thread_sp()
340 struct thread_core_local *l = thread_get_core_local(); in thread_resume_from_rpc()
397 struct thread_core_local *l = thread_get_core_local(); in thread_state_free()
418 struct thread_core_local *l = thread_get_core_local(); in thread_state_suspend()
H A Dboot.c71 uint32_t curr_hartid = thread_get_core_local()->hart_id; in start_secondary_cores()
H A Dentry.S338 jal thread_get_core_local
/optee_os/core/arch/arm/kernel/
H A Dthread.c224 struct thread_core_local *l = thread_get_core_local(); in __thread_alloc_and_run()
366 struct thread_core_local *l = thread_get_core_local(); in thread_resume_from_rpc()
433 struct thread_core_local *l = thread_get_core_local(); in thread_get_saved_thread_sp()
450 struct thread_core_local *l = thread_get_core_local(); in thread_state_free()
501 struct thread_core_local *l = thread_get_core_local(); in thread_state_suspend()
671 thread_get_core_local()->bhb_loop_count = loop_count; in select_vector_wa_spectre_bhb()
H A Dentry_a32.S497 bl thread_get_core_local
601 bl thread_get_core_local
732 bl thread_get_core_local
H A Dentry_a64.S46 bl thread_get_core_local
552 bl thread_get_core_local
H A Dboot.c964 thread_get_core_local()->curr_thread = 0; in init_primary()
1034 thread_get_core_local()->curr_thread = -1; in boot_init_primary_late()
H A Dthread_spmc.c758 thread_get_core_local()->direct_resp_fid = direct_resp_fid; in handle_yielding_call()
/optee_os/core/include/kernel/
H A Dthread.h61 struct thread_core_local *thread_get_core_local(void);
/optee_os/lib/libutils/ext/include/
H A Dfault_mitigation.h266 return &thread_get_core_local()->ftmn_arg; in __ftmn_get_tsd_func_arg_pp()