Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dfastrpc.c245 union fastrpc_remote_arg *rpra; member
989 union fastrpc_remote_arg *rpra; in fastrpc_get_args() local
1016 rpra = ctx->buf->virt; in fastrpc_get_args()
1017 list = fastrpc_invoke_buf_start(rpra, ctx->nscalars); in fastrpc_get_args()
1021 ctx->rpra = rpra; in fastrpc_get_args()
1029 rpra[i].buf.pv = 0; in fastrpc_get_args()
1030 rpra[i].buf.len = len; in fastrpc_get_args()
1040 rpra[i].buf.pv = (u64) ctx->args[i].ptr; in fastrpc_get_args()
1067 rpra[i].buf.pv = args - ctx->olaps[oix].offset; in fastrpc_get_args()
1073 pg_start = (rpra[i].buf.pv & PAGE_MASK) >> PAGE_SHIFT; in fastrpc_get_args()
[all …]