Searched refs:rproc_find_carveout_by_name (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/remoteproc/ |
H A D | remoteproc_internal.h | 121 rproc_find_carveout_by_name(struct rproc *rproc, const char *name, ...);
|
H A D | remoteproc_virtio.c | 126 mem = rproc_find_carveout_by_name(rproc, "vdev%dvring%d", rvdev->index, in rp_find_vq() 385 mem = rproc_find_carveout_by_name(rproc, "vdev%dbuffer", rvdev->index); in rproc_add_virtio_dev()
|
H A D | remoteproc_core.c | 233 * rproc_find_carveout_by_name() - lookup the carveout region by a name 252 rproc_find_carveout_by_name(struct rproc *rproc, const char *name, ...) in rproc_find_carveout_by_name() function 341 mem = rproc_find_carveout_by_name(rproc, "vdev%dvring%d", rvdev->index, in rproc_alloc_vring() 848 carveout = rproc_find_carveout_by_name(rproc, rsc->name); in rproc_handle_carveout()
|