rpra 164 drivers/misc/fastrpc.c struct fastrpc_remote_arg *rpra; rpra 740 drivers/misc/fastrpc.c struct fastrpc_remote_arg *rpra; rpra 763 drivers/misc/fastrpc.c rpra = ctx->buf->virt; rpra 764 drivers/misc/fastrpc.c list = ctx->buf->virt + ctx->nscalars * sizeof(*rpra); rpra 766 drivers/misc/fastrpc.c sizeof(*rpra)); rpra 769 drivers/misc/fastrpc.c ctx->rpra = rpra; rpra 777 drivers/misc/fastrpc.c rpra[i].pv = 0; rpra 778 drivers/misc/fastrpc.c rpra[i].len = len; rpra 788 drivers/misc/fastrpc.c rpra[i].pv = (u64) ctx->args[i].ptr; rpra 813 drivers/misc/fastrpc.c rpra[i].pv = args - ctx->olaps[oix].offset; rpra 827 drivers/misc/fastrpc.c void *dst = (void *)(uintptr_t)rpra[i].pv; rpra 843 drivers/misc/fastrpc.c rpra[i].pv = (u64) ctx->args[i].ptr; rpra 844 drivers/misc/fastrpc.c rpra[i].len = ctx->args[i].length; rpra 861 drivers/misc/fastrpc.c struct fastrpc_remote_arg *rpra = ctx->rpra; rpra 867 drivers/misc/fastrpc.c void *src = (void *)(uintptr_t)rpra[i].pv; rpra 869 drivers/misc/fastrpc.c u64 len = rpra[i].len;