Lines Matching refs:rpra
192 struct fastrpc_remote_arg *rpra; member
775 struct fastrpc_remote_arg *rpra; in fastrpc_get_args() local
798 rpra = ctx->buf->virt; in fastrpc_get_args()
799 list = ctx->buf->virt + ctx->nscalars * sizeof(*rpra); in fastrpc_get_args()
801 sizeof(*rpra)); in fastrpc_get_args()
804 ctx->rpra = rpra; in fastrpc_get_args()
812 rpra[i].pv = 0; in fastrpc_get_args()
813 rpra[i].len = len; in fastrpc_get_args()
823 rpra[i].pv = (u64) ctx->args[i].ptr; in fastrpc_get_args()
850 rpra[i].pv = args - ctx->olaps[oix].offset; in fastrpc_get_args()
864 void *dst = (void *)(uintptr_t)rpra[i].pv; in fastrpc_get_args()
880 rpra[i].pv = (u64) ctx->args[i].ptr; in fastrpc_get_args()
881 rpra[i].len = ctx->args[i].length; in fastrpc_get_args()
898 struct fastrpc_remote_arg *rpra = ctx->rpra; in fastrpc_put_args() local
904 void *src = (void *)(uintptr_t)rpra[i].pv; in fastrpc_put_args()
906 u64 len = rpra[i].len; in fastrpc_put_args()