Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/
H A Dfastrpc.c192 struct fastrpc_remote_arg *rpra; member
775 struct fastrpc_remote_arg *rpra; in fastrpc_get_args() local
798 rpra = ctx->buf->virt; in fastrpc_get_args()
799 list = ctx->buf->virt + ctx->nscalars * sizeof(*rpra); in fastrpc_get_args()
801 sizeof(*rpra)); in fastrpc_get_args()
804 ctx->rpra = rpra; in fastrpc_get_args()
812 rpra[i].pv = 0; in fastrpc_get_args()
813 rpra[i].len = len; in fastrpc_get_args()
823 rpra[ in fastrpc_get_args()
898 struct fastrpc_remote_arg *rpra = ctx->rpra; fastrpc_put_args() local
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H A 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[ in fastrpc_get_args()
1064 union fastrpc_remote_arg *rpra = ctx->rpra; fastrpc_put_args() local
[all...]

Completed in 5 milliseconds