Home
last modified time | relevance | path

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

/linux/drivers/remoteproc/
H A Dremoteproc_core.c172 * 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 Dxlnx_r5_remoteproc.c487 * 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 Dremoteproc_debugfs.c367 list_for_each_entry(carveout, &rproc->carveouts, node) { in rproc_carveouts_show()
/linux/Documentation/devicetree/bindings/remoteproc/
H A Drenesas,rcar-rproc.yaml32 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
H A Dxlnx,zynqmp-r5fss.yaml127 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
/linux/drivers/memory/tegra/
H A Dtegra264.c309 * Additionally, there are lite carveouts but those are not currently
H A Dtegra234.c1151 * Additionally, there are lite carveouts but those are not currently
/linux/include/linux/
H A Dremoteproc.h522 * @carveouts: list of physically contiguous memory allocations
564 struct list_head carveouts; member