Lines Matching refs:msg_parg
180 phys_addr_t *msg_parg) in get_msg_arg() argument
197 rc = tee_shm_get_pa(shm, 0, msg_parg); in get_msg_arg()
221 phys_addr_t msg_parg; in optee_open_session() local
226 shm = get_msg_arg(ctx, arg->num_params + 2, &msg_arg, &msg_parg); in optee_open_session()
260 if (optee_do_call_with_arg(ctx, msg_parg)) { in optee_open_session()
296 phys_addr_t msg_parg; in optee_close_session() local
309 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_close_session()
315 optee_do_call_with_arg(ctx, msg_parg); in optee_close_session()
327 phys_addr_t msg_parg; in optee_invoke_func() local
338 shm = get_msg_arg(ctx, arg->num_params, &msg_arg, &msg_parg); in optee_invoke_func()
350 if (optee_do_call_with_arg(ctx, msg_parg)) { in optee_invoke_func()
372 phys_addr_t msg_parg; in optee_cancel_req() local
382 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_cancel_req()
389 optee_do_call_with_arg(ctx, msg_parg); in optee_cancel_req()
621 phys_addr_t msg_parg; in optee_shm_register() local
635 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_register()
656 if (optee_do_call_with_arg(ctx, msg_parg) || in optee_shm_register()
670 phys_addr_t msg_parg; in optee_shm_unregister() local
673 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_unregister()
682 if (optee_do_call_with_arg(ctx, msg_parg) || in optee_shm_unregister()