Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/include/kernel/
H A Dlockdep.h23 uintptr_t thread_id; member
/optee_os/core/arch/arm/include/kernel/
H A Dsecure_partition.h27 uint16_t thread_id; member
/optee_os/lib/libutils/ext/
H A Dtrace.c67 int thread_id = trace_ext_get_thread_id(); in print_thread_id() local
/optee_os/core/kernel/
H A Dlockdep.c81 uintptr_t thread_id) in lockdep_add_edge()
/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()
/optee_os/core/arch/arm/kernel/
H A Dspmc_sp_handler.c437 spmc_sp_resume_from_preempted(uint16_t endpoint_id,uint16_t thread_id) spmc_sp_resume_from_preempted() argument
H A Dthread.c362 void thread_resume_from_rpc(uint32_t thread_id, uint32_t a0, uint32_t a1, in thread_resume_from_rpc()
H A Dthread_spmc.c662 uint16_t thread_id = FFA_TARGET_INFO_GET_VCPU_ID(args->a1); in spmc_handle_run() local
/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()