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()
253 if (optee_do_call_with_arg(ctx, msg_parg)) { in optee_open_session()
289 phys_addr_t msg_parg; in optee_close_session() local
302 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_close_session()
308 optee_do_call_with_arg(ctx, msg_parg); in optee_close_session()
320 phys_addr_t msg_parg; in optee_invoke_func() local
331 shm = get_msg_arg(ctx, arg->num_params, &msg_arg, &msg_parg); in optee_invoke_func()
343 if (optee_do_call_with_arg(ctx, msg_parg)) { in optee_invoke_func()
365 phys_addr_t msg_parg; in optee_cancel_req() local
375 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg); in optee_cancel_req()
382 optee_do_call_with_arg(ctx, msg_parg); in optee_cancel_req()
584 phys_addr_t msg_parg; in optee_shm_register() local
598 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_register()
619 if (optee_do_call_with_arg(ctx, msg_parg) || in optee_shm_register()
633 phys_addr_t msg_parg; in optee_shm_unregister() local
636 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg); in optee_shm_unregister()
645 if (optee_do_call_with_arg(ctx, msg_parg) || in optee_shm_unregister()