Home
last modified time | relevance | path

Searched refs:thread_rpc_shm_cache_clear (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/include/kernel/
H A Dthread_private.h96 void thread_rpc_shm_cache_clear(struct thread_shm_cache *cache);
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c171 thread_rpc_shm_cache_clear(&thr->shm_cache); in call_entry_std()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c170 thread_rpc_shm_cache_clear(&thr->shm_cache); in call_entry_std()
H A Dthread_spmc.c2073 thread_rpc_shm_cache_clear(&thr->shm_cache); in yielding_call_with_arg()
/optee_os/core/kernel/
H A Dthread.c850 void thread_rpc_shm_cache_clear(struct thread_shm_cache *cache) in thread_rpc_shm_cache_clear() function