Searched full:carveouts (Results 1 – 6 of 6) sorted by relevance
/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() 980 * This function registers specified memory entry in @rproc carveouts list. 985 list_add_tail(&mem->node, &rproc->carveouts); in rproc_add_carveout() 1231 * 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()
|
/linux-5.10/Documentation/devicetree/bindings/remoteproc/ |
D | st,stm32-rproc.yaml | 86 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
|
/linux-5.10/include/linux/ |
D | remoteproc.h | 494 * @carveouts: list of physically contiguous memory allocations 531 struct list_head carveouts; member
|