Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/remoteproc/
Dremoteproc_virtio.c88 mem = rproc_find_carveout_by_name(rproc, "vdev%dvring%d", rvdev->index, in rp_find_vq()
345 mem = rproc_find_carveout_by_name(rproc, "vdev%dbuffer", rvdev->index); in rproc_add_virtio_dev()
Dremoteproc_internal.h98 rproc_find_carveout_by_name(struct rproc *rproc, const char *name, ...);
Dremoteproc_core.c248 rproc_find_carveout_by_name(struct rproc *rproc, const char *name, ...) in rproc_find_carveout_by_name() function
337 mem = rproc_find_carveout_by_name(rproc, "vdev%dvring%d", rvdev->index, in rproc_alloc_vring()
942 carveout = rproc_find_carveout_by_name(rproc, rsc->name); in rproc_handle_carveout()