Searched refs:rpc_args (Results 1 – 1 of 1) sorted by relevance
/optee_os/core/arch/arm/kernel/ |
A D | thread_optee_smc.c | 92 reg_pair_from_64(cookie, rpc_args + 1, rpc_args + 2); in thread_rpc_free_arg() 93 thread_rpc(rpc_args); in thread_rpc_free_arg() 321 thread_rpc(rpc_args); in thread_rpc_alloc_arg() 324 pa = reg_pair_to_64(rpc_args[0], rpc_args[1]); in thread_rpc_alloc_arg() 326 co = reg_pair_to_64(rpc_args[2], rpc_args[3]); in thread_rpc_alloc_arg() 501 reg_pair_from_64(carg, rpc_args + 1, rpc_args + 2); in thread_rpc_cmd() 502 thread_rpc(rpc_args); in thread_rpc_cmd() 528 reg_pair_from_64(carg, rpc_args + 1, rpc_args + 2); in thread_rpc_free() 529 thread_rpc(rpc_args); in thread_rpc_free() 591 reg_pair_from_64(carg, rpc_args + 1, rpc_args + 2); in thread_rpc_alloc() [all …]
|
Completed in 3 milliseconds