Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dfastrpc.c247 union fastrpc_remote_arg *rpra; member
937 union fastrpc_remote_arg *rpra; in fastrpc_get_args() local
961 rpra = ctx->buf->virt; in fastrpc_get_args()
962 list = fastrpc_invoke_buf_start(rpra, ctx->nscalars); in fastrpc_get_args()
966 ctx->rpra = rpra; in fastrpc_get_args()
974 rpra[i].buf.pv = 0; in fastrpc_get_args()
975 rpra[i].buf.len = len; in fastrpc_get_args()
985 rpra[i].buf.pv = (u64) ctx->args[i].ptr; in fastrpc_get_args()
1012 rpra[i].buf.pv = args - ctx->olaps[oix].offset; in fastrpc_get_args()
1018 pg_start = (rpra[i].buf.pv & PAGE_MASK) >> PAGE_SHIFT; in fastrpc_get_args()
[all …]