Lines Matching refs:msg_parg
175 phys_addr_t *msg_parg) in get_msg_arg() argument
192 rc = tee_shm_get_pa(shm, 0, msg_parg); in get_msg_arg()
216 phys_addr_t msg_parg; in optee_open_session() local
220 shm = get_msg_arg(ctx, arg->num_params + 2, &msg_arg, &msg_parg); in optee_open_session()
249 if (optee_do_call_with_arg(ctx, msg_parg)) { in optee_open_session()
285 phys_addr_t msg_parg; in optee_close_session() local
298 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_close_session()
304 optee_do_call_with_arg(ctx, msg_parg); in optee_close_session()
316 phys_addr_t msg_parg; in optee_invoke_func() local
327 shm = get_msg_arg(ctx, arg->num_params, &msg_arg, &msg_parg); in optee_invoke_func()
339 if (optee_do_call_with_arg(ctx, msg_parg)) { in optee_invoke_func()
361 phys_addr_t msg_parg; in optee_cancel_req() local
371 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_cancel_req()
378 optee_do_call_with_arg(ctx, msg_parg); in optee_cancel_req()
572 phys_addr_t msg_parg; in optee_shm_register() local
586 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_register()
607 if (optee_do_call_with_arg(ctx, msg_parg) || in optee_shm_register()
621 phys_addr_t msg_parg; in optee_shm_unregister() local
624 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_unregister()
633 if (optee_do_call_with_arg(ctx, msg_parg) || in optee_shm_unregister()