Home
last modified time | relevance | path

Searched refs:thread_prealloc_rpc_cache (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c27 static bool thread_prealloc_rpc_cache; variable
161 thread_prealloc_rpc_cache) in call_entry_std()
176 !(IS_ENABLED(CFG_PREALLOC_RPC_CACHE) && thread_prealloc_rpc_cache)) in call_entry_std()
335 thread_prealloc_rpc_cache = false; in thread_disable_prealloc_rpc_cache()
362 thread_prealloc_rpc_cache = true; in thread_enable_prealloc_rpc_cache()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c26 static bool thread_prealloc_rpc_cache; variable
160 thread_prealloc_rpc_cache) in call_entry_std()
175 !(IS_ENABLED(CFG_PREALLOC_RPC_CACHE) && thread_prealloc_rpc_cache)) in call_entry_std()
334 thread_prealloc_rpc_cache = false; in thread_disable_prealloc_rpc_cache()
361 thread_prealloc_rpc_cache = true; in thread_enable_prealloc_rpc_cache()