Searched refs:thread_resume_from_rpc (Results 1 – 8 of 8) sorted by relevance
| /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/arch/arm/include/kernel/ |
| 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/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() function
|
| H A D | thread_optee_abi.c | 70 thread_resume_from_rpc(a3, a1, a2, a4, a5); in thread_handle_std_abi()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_optee_smc.c | 69 thread_resume_from_rpc(a3, a1, a2, a4, a5); in thread_handle_std_smc()
|
| 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() function
|
| H A D | spmc_sp_handler.c | 456 thread_resume_from_rpc(thread_id, 0, 0, 0, 0); in spmc_sp_resume_from_preempted()
|
| H A D | thread_spmc.c | 763 thread_resume_from_rpc(args->a7, args->a4, args->a5, args->a6, in handle_yielding_call()
|