Searched full:carveouts (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/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() 996 * This function registers specified memory entry in @rproc carveouts list. 1001 list_add_tail(&mem->node, &rproc->carveouts); in rproc_add_carveout() 1251 * 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 | 899 /* use remaining reserved memory regions for static carveouts */ in k3_r5_reserved_mem_init()
|
/Linux-v5.15/Documentation/devicetree/bindings/remoteproc/ |
D | st,stm32-rproc.yaml | 88 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
|
/Linux-v5.15/include/linux/ |
D | remoteproc.h | 508 * @carveouts: list of physically contiguous memory allocations 548 struct list_head carveouts; member
|