Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/kernel/
H A Dspmc_sp_handler.h29 int spmc_sp_resume_from_preempted(uint16_t endpoint_id, uint16_t thread_id);
51 uint16_t thread_id __unused) in spmc_sp_resume_from_preempted()
H A Dsecure_partition.h27 uint16_t thread_id; member
H A Dthread_private_arch.h192 void thread_resume_from_rpc(uint32_t thread_id, uint32_t a0, uint32_t a1,
/optee_os/lib/libutils/ext/
H A Dtrace.c67 int thread_id = trace_ext_get_thread_id(); in print_thread_id() local
69 if (thread_id >= 0) in print_thread_id()
70 return snprintk(buf, bs, "%0*d ", num_thread_digits, thread_id); in print_thread_id()
/optee_os/core/kernel/
H A Dlockdep.c81 uintptr_t thread_id) in lockdep_add_edge() argument
95 edge->thread_id = thread_id; in lockdep_add_edge()
281 edge->thread_id, to, at_msg); in lockdep_print_edge_info()
/optee_os/core/arch/riscv/include/kernel/
H A Dthread_private_arch.h120 void thread_resume_from_rpc(uint32_t thread_id, uint32_t a0, uint32_t a1,
/optee_os/core/include/kernel/
H A Dlockdep.h23 uintptr_t thread_id; member
/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c336 void thread_resume_from_rpc(uint32_t thread_id, uint32_t a0, uint32_t a1, in thread_resume_from_rpc() argument
339 size_t n = thread_id; in thread_resume_from_rpc()
/optee_os/core/arch/arm/kernel/
H A Dspmc_sp_handler.c442 int spmc_sp_resume_from_preempted(uint16_t endpoint_id, uint16_t thread_id) in spmc_sp_resume_from_preempted() argument
449 if (sp_sess->state != sp_preempted || sp_sess->thread_id != thread_id) in spmc_sp_resume_from_preempted()
456 thread_resume_from_rpc(thread_id, 0, 0, 0, 0); in spmc_sp_resume_from_preempted()
H A Dthread.c362 void thread_resume_from_rpc(uint32_t thread_id, uint32_t a0, uint32_t a1, in thread_resume_from_rpc() argument
365 size_t n = thread_id; in thread_resume_from_rpc()
H A Dsecure_partition.c1816 sp_s->thread_id = thread_get_id(); in sp_enter_invoke_cmd()
1818 FFA_TARGET_INFO_SET(sp_s->endpoint_id, sp_s->thread_id); in sp_enter_invoke_cmd()
1822 sp_s->thread_id = THREAD_ID_INVALID; in sp_enter_invoke_cmd()
H A Dthread_spmc.c662 uint16_t thread_id = FFA_TARGET_INFO_GET_VCPU_ID(args->a1); in spmc_handle_run() local
679 rc = spmc_sp_resume_from_preempted(endpoint, thread_id); in spmc_handle_run()
/optee_os/core/arch/arm/mm/
H A Dcore_mmu_lpae.c522 static uint64_t *get_l2_ta_tables(struct mmu_partition *prtn, size_t thread_id) in get_l2_ta_tables() argument
524 assert(thread_id < CFG_NUM_THREADS); in get_l2_ta_tables()
526 return prtn->l2_ta_tables + XLAT_TABLE_ENTRIES * thread_id; in get_l2_ta_tables()