Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/misc/
Dfastrpc.c247 union fastrpc_remote_arg *rpra; member
938 union fastrpc_remote_arg *rpra; in fastrpc_get_args() local
962 rpra = ctx->buf->virt; in fastrpc_get_args()
963 list = fastrpc_invoke_buf_start(rpra, ctx->nscalars); in fastrpc_get_args()
967 ctx->rpra = rpra; in fastrpc_get_args()
975 rpra[i].buf.pv = 0; in fastrpc_get_args()
976 rpra[i].buf.len = len; in fastrpc_get_args()
986 rpra[i].buf.pv = (u64) ctx->args[i].ptr; in fastrpc_get_args()
1013 rpra[i].buf.pv = args - ctx->olaps[oix].offset; in fastrpc_get_args()
1027 void *dst = (void *)(uintptr_t)rpra[i].buf.pv; in fastrpc_get_args()
[all …]