Searched full:carveouts (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/remoteproc/ |
| H A 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 …]
|
| H A D | xlnx_r5_remoteproc.c | 487 * Construct rproc mem carveouts from memory-region property nodes 654 * and add carveouts accordingly in add_tcm_banks() 736 * adds carveouts for TCM bank and reserved memory regions
|
| H A D | remoteproc_debugfs.c | 367 list_for_each_entry(carveout, &rproc->carveouts, node) { in rproc_carveouts_show()
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| H A D | renesas,rcar-rproc.yaml | 32 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
|
| H A D | xlnx,zynqmp-r5fss.yaml | 127 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
|
| /linux/drivers/memory/tegra/ |
| H A D | tegra264.c | 309 * Additionally, there are lite carveouts but those are not currently
|
| H A D | tegra234.c | 1151 * Additionally, there are lite carveouts but those are not currently
|
| /linux/include/linux/ |
| H A D | remoteproc.h | 522 * @carveouts: list of physically contiguous memory allocations 564 struct list_head carveouts; member
|