Searched full:carveouts (Results 1 – 18 of 18) sorted by relevance
| /kernel/linux/linux-5.10/drivers/remoteproc/ |
| D | remoteproc_core.c | 170 * 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() 982 * This function registers specified memory entry in @rproc carveouts list. 987 list_add_tail(&mem->node, &rproc->carveouts); in rproc_add_carveout() 1233 * rproc_alloc_registered_carveouts() - allocate all carveouts registered [all …]
|
| D | remoteproc_debugfs.c | 367 list_for_each_entry(carveout, &rproc->carveouts, node) { in rproc_carveouts_show()
|
| D | ti_k3_dsp_remoteproc.c | 504 /* use remaining reserved memory regions for static carveouts */ in k3_dsp_reserved_mem_init()
|
| D | ti_k3_r5_remoteproc.c | 792 /* use remaining reserved memory regions for static carveouts */ in k3_r5_reserved_mem_init()
|
| /kernel/linux/linux-6.6/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() 888 * This function registers specified memory entry in @rproc carveouts list. 893 list_add_tail(&mem->node, &rproc->carveouts); in rproc_add_carveout() 1143 * rproc_alloc_registered_carveouts() - allocate all carveouts registered [all …]
|
| D | xlnx_r5_remoteproc.c | 432 * Construct rproc mem carveouts from memory-region property nodes 582 * and add carveouts accordingly in add_tcm_carveout_split_mode() 686 /* If registration is success, add carveouts */ in add_tcm_carveout_lockstep_mode() 704 * allocate and add remoteproc carveouts for TCM memory based on cluster mode 729 * We add memory carveouts accordingly. in add_tcm_banks() 768 * adds carveouts for TCM bank and reserved memory regions
|
| D | imx_dsp_rproc.c | 592 * This function registers specified memory entry in @rproc carveouts list 593 * The carveouts can help to mapping the memory address for DSP. 702 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 | 991 /* use remaining reserved memory regions for static carveouts */ in k3_r5_reserved_mem_init()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/remoteproc/ |
| D | renesas,rcar-rproc.yaml | 32 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
|
| D | xlnx,zynqmp-r5fss.yaml | 91 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
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/ |
| D | st,stm32-rproc.yaml | 86 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/reserved-memory/ |
| D | reserved-memory.yaml | 59 address space mappings and carveouts associated with a given reserved
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | remoteproc.h | 494 * @carveouts: list of physically contiguous memory allocations 531 struct list_head carveouts; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | remoteproc.h | 522 * @carveouts: list of physically contiguous memory allocations 564 struct list_head carveouts; member
|
| /kernel/linux/linux-6.6/drivers/memory/tegra/ |
| D | tegra234.c | 1061 * Additionally, there are lite carveouts but those are not currently
|