Searched refs:call_entry_std (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_optee_abi.c | 144 static uint32_t call_entry_std(struct optee_msg_arg *arg, size_t num_params, in call_entry_std() function 213 return call_entry_std(arg, num_params, rpc_arg); in std_entry_with_parg() 230 rv = call_entry_std(arg, num_params, rpc_arg); in std_entry_with_parg() 260 rv = call_entry_std(arg, num_params, rpc_arg); in std_entry_with_regd_arg()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_optee_smc.c | 143 static uint32_t call_entry_std(struct optee_msg_arg *arg, size_t num_params, in call_entry_std() function 212 return call_entry_std(arg, num_params, rpc_arg); in std_entry_with_parg() 228 rv = call_entry_std(arg, num_params, rpc_arg); in std_entry_with_parg() 259 rv = call_entry_std(arg, num_params, rpc_arg); in std_entry_with_regd_arg()
|