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