Lines Matching refs:msg_parg
177 phys_addr_t *msg_parg) in get_msg_arg() argument
194 rc = tee_shm_get_pa(shm, 0, msg_parg); in get_msg_arg()
218 phys_addr_t msg_parg; in optee_open_session() local
223 shm = get_msg_arg(ctx, arg->num_params + 2, &msg_arg, &msg_parg); in optee_open_session()
257 if (optee_do_call_with_arg(ctx, msg_parg)) { in optee_open_session()
293 phys_addr_t msg_parg; in optee_close_session() local
306 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_close_session()
312 optee_do_call_with_arg(ctx, msg_parg); in optee_close_session()
324 phys_addr_t msg_parg; in optee_invoke_func() local
335 shm = get_msg_arg(ctx, arg->num_params, &msg_arg, &msg_parg); in optee_invoke_func()
347 if (optee_do_call_with_arg(ctx, msg_parg)) { in optee_invoke_func()
369 phys_addr_t msg_parg; in optee_cancel_req() local
379 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_cancel_req()
386 optee_do_call_with_arg(ctx, msg_parg); in optee_cancel_req()
618 phys_addr_t msg_parg; in optee_shm_register() local
632 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_register()
653 if (optee_do_call_with_arg(ctx, msg_parg) || in optee_shm_register()
667 phys_addr_t msg_parg; in optee_shm_unregister() local
670 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_unregister()
679 if (optee_do_call_with_arg(ctx, msg_parg) || in optee_shm_unregister()