Lines Matching defs:rpra
247 union fastrpc_remote_arg *rpra;
938 union fastrpc_remote_arg *rpra;
962 rpra = ctx->buf->virt;
963 list = fastrpc_invoke_buf_start(rpra, ctx->nscalars);
967 ctx->rpra = rpra;
975 rpra[i].buf.pv = 0;
976 rpra[i].buf.len = len;
986 rpra[i].buf.pv = (u64) ctx->args[i].ptr;
1013 rpra[i].buf.pv = args - ctx->olaps[oix].offset;
1027 void *dst = (void *)(uintptr_t)rpra[i].buf.pv;
1049 rpra[i].dma.fd = ctx->args[i].fd;
1050 rpra[i].dma.len = ctx->args[i].length;
1051 rpra[i].dma.offset = (u64) ctx->args[i].ptr;
1064 union fastrpc_remote_arg *rpra = ctx->rpra;
1075 list = fastrpc_invoke_buf_start(rpra, ctx->nscalars);
1081 void *src = (void *)(uintptr_t)rpra[i].buf.pv;
1083 u64 len = rpra[i].buf.len;