Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/remoteproc/
Dremoteproc_core.c171 * memory regions (which we call "carveouts"), and map them to specific
174 * exclusively or alongside carveouts.
181 * carveouts and translate specific device addresses to kernel virtual addresses
188 * here the output of the DMA API for the carveouts, which should be more
204 list_for_each_entry(carveout, &rproc->carveouts, node) { in rproc_da_to_va()
245 * allocated carveouts and return associated region characteristics like
265 list_for_each_entry(carveout, &rproc->carveouts, node) { in rproc_find_carveout_by_name()
881 * This function registers specified memory entry in @rproc carveouts list.
886 list_add_tail(&mem->node, &rproc->carveouts); in rproc_add_carveout()
1136 * rproc_alloc_registered_carveouts() - allocate all carveouts registered
[all …]
Dimx_dsp_rproc.c568 * This function registers specified memory entry in @rproc carveouts list
569 * The carveouts can help to mapping the memory address for DSP.
672 list_for_each_entry(carveout, &rproc->carveouts, node) { in imx_dsp_rproc_prepare()
Dremoteproc_debugfs.c367 list_for_each_entry(carveout, &rproc->carveouts, node) { in rproc_carveouts_show()
Dti_k3_dsp_remoteproc.c590 /* use remaining reserved memory regions for static carveouts */ in k3_dsp_reserved_mem_init()
Dti_k3_r5_remoteproc.c989 /* use remaining reserved memory regions for static carveouts */ in k3_r5_reserved_mem_init()
/Linux-v6.1/Documentation/devicetree/bindings/remoteproc/
Drenesas,rcar-rproc.yaml32 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
Dst,stm32-rproc.yaml93 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
/Linux-v6.1/include/linux/
Dremoteproc.h522 * @carveouts: list of physically contiguous memory allocations
564 struct list_head carveouts; member