Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dffa_abi.c532 struct optee_msg_arg *rpc_arg, in optee_ffa_yielding_call() argument
587 optee_handle_ffa_rpc(ctx, optee, data->data1, rpc_arg); in optee_ffa_yielding_call()
629 struct optee_msg_arg *rpc_arg; in optee_ffa_do_call_with_arg() local
645 rpc_arg = tee_shm_get_va(shm, offs + rpc_arg_offs); in optee_ffa_do_call_with_arg()
646 if (IS_ERR(rpc_arg)) in optee_ffa_do_call_with_arg()
647 return PTR_ERR(rpc_arg); in optee_ffa_do_call_with_arg()
649 return optee_ffa_yielding_call(ctx, &data, rpc_arg, system_thread); in optee_ffa_do_call_with_arg()