Home
last modified time | relevance | path

Searched refs:rpra (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/misc/
Dfastrpc.c192 struct fastrpc_remote_arg *rpra; member
766 struct fastrpc_remote_arg *rpra; in fastrpc_get_args() local
789 rpra = ctx->buf->virt; in fastrpc_get_args()
790 list = ctx->buf->virt + ctx->nscalars * sizeof(*rpra); in fastrpc_get_args()
792 sizeof(*rpra)); in fastrpc_get_args()
795 ctx->rpra = rpra; in fastrpc_get_args()
803 rpra[i].pv = 0; in fastrpc_get_args()
804 rpra[i].len = len; in fastrpc_get_args()
814 rpra[i].pv = (u64) ctx->args[i].ptr; in fastrpc_get_args()
841 rpra[i].pv = args - ctx->olaps[oix].offset; in fastrpc_get_args()
[all …]