Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/
Dfastrpc.c231 union fastrpc_remote_arg *rpra; member
871 union fastrpc_remote_arg *rpra; in fastrpc_get_args() local
894 rpra = ctx->buf->virt; in fastrpc_get_args()
895 list = fastrpc_invoke_buf_start(rpra, ctx->nscalars); in fastrpc_get_args()
899 ctx->rpra = rpra; in fastrpc_get_args()
907 rpra[i].buf.pv = 0; in fastrpc_get_args()
908 rpra[i].buf.len = len; in fastrpc_get_args()
918 rpra[i].buf.pv = (u64) ctx->args[i].ptr; in fastrpc_get_args()
945 rpra[i].buf.pv = args - ctx->olaps[oix].offset; in fastrpc_get_args()
959 void *dst = (void *)(uintptr_t)rpra[i].buf.pv; in fastrpc_get_args()
[all …]