Home
last modified time | relevance | path

Searched refs:__thread_rpc (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/arm/include/kernel/
H A Dthread_private_arch.h206 void __thread_rpc(uint32_t rv[THREAD_RPC_NUM_ARGS]);
228 __thread_rpc(rpc_arg->pad); in thread_rpc()
233 __thread_rpc(rv); in thread_rpc()
/optee_os/core/arch/riscv/include/kernel/
H A Dthread_private_arch.h123 void __thread_rpc(uint32_t rv[THREAD_RPC_NUM_ARGS]);
127 __thread_rpc(rv); in thread_rpc()
/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c554 void __thread_rpc(uint32_t rv[THREAD_RPC_NUM_ARGS]) in __thread_rpc() function
/optee_os/core/arch/arm/kernel/
H A Dthread.c426 void __thread_rpc(uint32_t rv[THREAD_RPC_NUM_ARGS]) in __thread_rpc() function