Searched refs:thread_id (Results 1 – 13 of 13) sorted by relevance
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | spmc_sp_handler.h | 29 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 D | secure_partition.h | 27 uint16_t thread_id; member
|
| H A D | thread_private_arch.h | 192 void thread_resume_from_rpc(uint32_t thread_id, uint32_t a0, uint32_t a1,
|
| /optee_os/lib/libutils/ext/ |
| H A D | trace.c | 67 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 D | lockdep.c | 81 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 D | thread_private_arch.h | 120 void thread_resume_from_rpc(uint32_t thread_id, uint32_t a0, uint32_t a1,
|
| /optee_os/core/include/kernel/ |
| H A D | lockdep.h | 23 uintptr_t thread_id; member
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_arch.c | 336 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 D | spmc_sp_handler.c | 442 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 D | thread.c | 362 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 D | secure_partition.c | 1816 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 D | thread_spmc.c | 662 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 D | core_mmu_lpae.c | 522 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()
|