Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c100 static uint32_t get_msg_arg(struct mobj *mobj, size_t offset, in get_msg_arg() function
226 rv = get_msg_arg(mobj, 0, &num_params, &arg, &rpc_arg); in std_entry_with_parg()
228 rv = get_msg_arg(mobj, 0, &num_params, &arg, NULL); in std_entry_with_parg()
258 rv = get_msg_arg(mobj, offset, &num_params, &arg, &rpc_arg); in std_entry_with_regd_arg()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c99 static uint32_t get_msg_arg(struct mobj *mobj, size_t offset, in get_msg_arg() function
224 rv = get_msg_arg(mobj, 0, &num_params, &arg, &rpc_arg); in std_entry_with_parg()
226 rv = get_msg_arg(mobj, 0, &num_params, &arg, NULL); in std_entry_with_parg()
257 rv = get_msg_arg(mobj, offset, &num_params, &arg, &rpc_arg); in std_entry_with_regd_arg()