Searched full:carveouts (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/remoteproc/ |
D | remoteproc_core.c | 172 * memory regions (which we call "carveouts"), and map them to specific 175 * exclusively or alongside carveouts. 182 * 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 205 list_for_each_entry(carveout, &rproc->carveouts, node) { in rproc_da_to_va() 246 * allocated carveouts and return associated region characteristics like 266 list_for_each_entry(carveout, &rproc->carveouts, node) { in rproc_find_carveout_by_name() 889 * This function registers specified memory entry in @rproc carveouts list. 894 list_add_tail(&mem->node, &rproc->carveouts); in rproc_add_carveout() 1144 * rproc_alloc_registered_carveouts() - allocate all carveouts registered [all …]
|
D | imx_dsp_rproc.c | 588 * This function registers specified memory entry in @rproc carveouts list 589 * The carveouts can help to mapping the memory address for DSP. 698 list_for_each_entry(carveout, &rproc->carveouts, node) { in imx_dsp_rproc_prepare()
|
D | xlnx_r5_remoteproc.c | 455 * Construct rproc mem carveouts from memory-region property nodes 622 * and add carveouts accordingly in add_tcm_banks() 704 * adds carveouts for TCM bank and reserved memory regions
|
D | remoteproc_debugfs.c | 367 list_for_each_entry(carveout, &rproc->carveouts, node) { in rproc_carveouts_show()
|
D | ti_k3_m4_remoteproc.c | 429 /* use remaining reserved memory regions for static carveouts */ in k3_m4_reserved_mem_init()
|
D | ti_k3_dsp_remoteproc.c | 572 /* use remaining reserved memory regions for static carveouts */ in k3_dsp_reserved_mem_init()
|
D | ti_k3_r5_remoteproc.c | 995 /* use remaining reserved memory regions for static carveouts */ in k3_r5_reserved_mem_init()
|
/linux-6.12.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 | 101 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
|
D | xlnx,zynqmp-r5fss.yaml | 127 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
|
/linux-6.12.1/include/linux/ |
D | remoteproc.h | 522 * @carveouts: list of physically contiguous memory allocations 564 struct list_head carveouts; member
|
/linux-6.12.1/drivers/memory/tegra/ |
D | tegra234.c | 1151 * Additionally, there are lite carveouts but those are not currently
|