Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/
Dfastrpc.c248 union fastrpc_remote_arg *rpra; member
938 union fastrpc_remote_arg *rpra; in fastrpc_get_args() local
965 rpra = ctx->buf->virt; in fastrpc_get_args()
966 list = fastrpc_invoke_buf_start(rpra, ctx->nscalars); in fastrpc_get_args()
970 ctx->rpra = rpra; in fastrpc_get_args()
978 rpra[i].buf.pv = 0; in fastrpc_get_args()
979 rpra[i].buf.len = len; in fastrpc_get_args()
989 rpra[i].buf.pv = (u64) ctx->args[i].ptr; in fastrpc_get_args()
1016 rpra[i].buf.pv = args - ctx->olaps[oix].offset; in fastrpc_get_args()
1030 void *dst = (void *)(uintptr_t)rpra[i].buf.pv; in fastrpc_get_args()
[all …]