Home
last modified time | relevance | path

Searched refs:OPTEE_MSG_GET_ARG_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/tee/optee/
H A Doptee_msg.h230 #define OPTEE_MSG_GET_ARG_SIZE(num_params) \ macro
H A Dcall.c27 #define MIN_ARG_SIZE OPTEE_MSG_GET_ARG_SIZE(MAX_ARG_PARAM_COUNT)
245 size_t sz = OPTEE_MSG_GET_ARG_SIZE(MAX_ARG_PARAM_COUNT); in optee_msg_arg_size()
248 sz += OPTEE_MSG_GET_ARG_SIZE(rpc_param_count); in optee_msg_arg_size()
H A Dsmc_abi.c497 memset(msg_arg, 0, OPTEE_MSG_GET_ARG_SIZE(1)); in optee_shm_register()
905 rpc_arg_offs = OPTEE_MSG_GET_ARG_SIZE(arg->num_params); in optee_smc_do_call_with_arg()
H A Dffa_abi.c644 rpc_arg_offs = OPTEE_MSG_GET_ARG_SIZE(arg->num_params); in optee_ffa_do_call_with_arg()