Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dfastrpc.c282 union fastrpc_remote_arg *rpra; member
1083 union fastrpc_remote_arg *rpra; in fastrpc_get_args() local
1110 rpra = ctx->buf->virt; in fastrpc_get_args()
1111 list = fastrpc_invoke_buf_start(rpra, ctx->nscalars); in fastrpc_get_args()
1119 ctx->rpra = rpra; in fastrpc_get_args()
1127 rpra[i].buf.pv = 0; in fastrpc_get_args()
1128 rpra[i].buf.len = len; in fastrpc_get_args()
1138 rpra[i].buf.pv = (u64) ctx->args[i].ptr; in fastrpc_get_args()
1165 rpra[i].buf.pv = args - ctx->olaps[oix].offset; in fastrpc_get_args()
1171 pg_start = (rpra[i].buf.pv & PAGE_MASK) >> PAGE_SHIFT; in fastrpc_get_args()
[all …]