Home
last modified time | relevance | path

Searched full:carveouts (Results 1 – 6 of 6) sorted by relevance

/linux-5.10/drivers/remoteproc/
Dremoteproc_core.c170 * memory regions (which we call "carveouts"), and map them to specific
173 * exclusively or alongside carveouts.
180 * carveouts and translate specific device addresses to kernel virtual addresses
189 * here the output of the DMA API for the carveouts, which should be more
203 list_for_each_entry(carveout, &rproc->carveouts, node) { in rproc_da_to_va()
241 * allocated carveouts and return associated region characteristics like
261 list_for_each_entry(carveout, &rproc->carveouts, node) { in rproc_find_carveout_by_name()
980 * This function registers specified memory entry in @rproc carveouts list.
985 list_add_tail(&mem->node, &rproc->carveouts); in rproc_add_carveout()
1231 * rproc_alloc_registered_carveouts() - allocate all carveouts registered
[all …]
Dremoteproc_debugfs.c367 list_for_each_entry(carveout, &rproc->carveouts, node) { in rproc_carveouts_show()
Dti_k3_dsp_remoteproc.c504 /* use remaining reserved memory regions for static carveouts */ in k3_dsp_reserved_mem_init()
Dti_k3_r5_remoteproc.c792 /* use remaining reserved memory regions for static carveouts */ in k3_r5_reserved_mem_init()
/linux-5.10/Documentation/devicetree/bindings/remoteproc/
Dst,stm32-rproc.yaml86 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
/linux-5.10/include/linux/
Dremoteproc.h494 * @carveouts: list of physically contiguous memory allocations
531 struct list_head carveouts; member