Searched full:carveouts (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/remoteproc/ |
D | remoteproc_core.c | 171 * 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 …]
|
D | imx_dsp_rproc.c | 568 * 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()
|
D | remoteproc_debugfs.c | 367 list_for_each_entry(carveout, &rproc->carveouts, node) { in rproc_carveouts_show()
|
D | ti_k3_dsp_remoteproc.c | 590 /* use remaining reserved memory regions for static carveouts */ in k3_dsp_reserved_mem_init()
|
D | ti_k3_r5_remoteproc.c | 989 /* use remaining reserved memory regions for static carveouts */ in k3_r5_reserved_mem_init()
|
/Linux-v6.1/Documentation/devicetree/bindings/remoteproc/ |
D | renesas,rcar-rproc.yaml | 32 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
|
D | st,stm32-rproc.yaml | 93 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
|
/Linux-v6.1/include/linux/ |
D | remoteproc.h | 522 * @carveouts: list of physically contiguous memory allocations 564 struct list_head carveouts; member
|