Home
last modified time | relevance | path

Searched refs:curr_thread (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/kernel/
A Dthread.c217 int ct = l->curr_thread; in get_stackcheck_recursion_flag()
260 l->curr_thread = 0; in thread_init_boot_thread()
268 assert(l->curr_thread >= 0 && l->curr_thread < CFG_NUM_THREADS); in thread_clr_boot_thread()
271 l->curr_thread = THREAD_ID_INVALID; in thread_clr_boot_thread()
309 int ct = l->curr_thread; in get_stack_limits()
376 short int ct = l->curr_thread; in thread_get_id_may_fail()
463 tcl[n].curr_thread = THREAD_ID_INVALID; in thread_init_thread_core_local()
511 assert(l->curr_thread != THREAD_ID_INVALID); in thread_get_ctx_regs()
512 return &threads[l->curr_thread].regs; in thread_get_ctx_regs()
526 threads[l->curr_thread].flags |= in thread_set_foreign_intr()
[all …]
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread.c227 assert(l->curr_thread == THREAD_ID_INVALID); in __thread_alloc_and_run()
244 l->curr_thread = n; in __thread_alloc_and_run()
368 assert(l->curr_thread == THREAD_ID_INVALID); in thread_resume_from_rpc()
382 l->curr_thread = n; in thread_resume_from_rpc()
417 int ct = l->curr_thread; in thread_get_saved_thread_sp()
434 int ct = l->curr_thread; in thread_state_free()
448 l->curr_thread = THREAD_ID_INVALID; in thread_state_free()
485 int ct = l->curr_thread; in thread_state_suspend()
519 l->curr_thread = THREAD_ID_INVALID; in thread_state_suspend()
A Dasm-defines.c135 offsetof(struct thread_core_local, curr_thread));
A Dboot.c1331 thread_get_core_local()->curr_thread = 0; in init_primary()
1341 thread_get_core_local()->curr_thread = -1; in init_primary()
/optee_os-3.20.0/core/arch/riscv/include/kernel/
A Dthread_arch.h25 short int curr_thread; member
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dthread_arch.h55 short int curr_thread; member

Completed in 12 milliseconds