Searched refs:rpc_args (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread_optee_smc.c | 95 reg_pair_from_64(cookie, rpc_args + 1, rpc_args + 2); in thread_rpc_free_arg() 96 thread_rpc(rpc_args); in thread_rpc_free_arg() 398 thread_rpc(rpc_args); in thread_rpc_alloc_arg() 401 pa = reg_pair_to_64(rpc_args[0], rpc_args[1]); in thread_rpc_alloc_arg() 403 co = reg_pair_to_64(rpc_args[2], rpc_args[3]); in thread_rpc_alloc_arg() 578 reg_pair_from_64(carg, rpc_args + 1, rpc_args + 2); in thread_rpc_cmd() 579 thread_rpc(rpc_args); in thread_rpc_cmd() 605 reg_pair_from_64(carg, rpc_args + 1, rpc_args + 2); in thread_rpc_free() 606 thread_rpc(rpc_args); in thread_rpc_free() 671 reg_pair_from_64(carg, rpc_args + 1, rpc_args + 2); in thread_rpc_alloc() [all …]
|
Completed in 4 milliseconds