Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dffa_abi.c628 unsigned int rpc_arg_offs; in optee_ffa_do_call_with_arg() local
644 rpc_arg_offs = OPTEE_MSG_GET_ARG_SIZE(arg->num_params); in optee_ffa_do_call_with_arg()
645 rpc_arg = tee_shm_get_va(shm, offs + rpc_arg_offs); in optee_ffa_do_call_with_arg()
H A Dsmc_abi.c899 unsigned int rpc_arg_offs; in optee_smc_do_call_with_arg() local
905 rpc_arg_offs = OPTEE_MSG_GET_ARG_SIZE(arg->num_params); in optee_smc_do_call_with_arg()
906 rpc_arg = tee_shm_get_va(shm, offs + rpc_arg_offs); in optee_smc_do_call_with_arg()