Home
last modified time | relevance | path

Searched refs:dma_range_map (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/linux/
H A Ddma-direct.h32 for (m = dev->dma_range_map; m->size; m++) in translate_phys_to_dma()
45 for (m = dev->dma_range_map; m->size; m++) in translate_dma_to_phys()
61 if (dev->dma_range_map) in phys_to_dma_unencrypted()
81 if (dev->dma_range_map) in dma_to_phys()
H A Ddevice.h747 const struct bus_dma_region *dma_range_map; member
/openbmc/linux/arch/loongarch/kernel/
H A Ddma.c25 dev->dma_range_map = map; in acpi_arch_dma_setup()
/openbmc/linux/drivers/acpi/arm64/
H A Ddma.c40 dev->dma_range_map = map; in acpi_arch_dma_setup()
/openbmc/linux/drivers/of/
H A Ddevice.c177 dev->dma_range_map = map; in of_dma_configure_id()
188 dev->dma_range_map = NULL; in of_dma_configure_id()
H A Dunittest.c979 dev_bogus->dma_range_map = map; in of_unittest_dma_ranges_one()
/openbmc/linux/drivers/remoteproc/
H A Dremoteproc_virtio.c31 const struct bus_dma_region *map = from->dma_range_map, *new_map, *r; in copy_dma_range_map()
44 to->dma_range_map = new_map; in copy_dma_range_map()
/openbmc/linux/kernel/dma/
H A Ddirect.c639 if (dev->dma_range_map) { in dma_direct_set_offset()
654 dev->dma_range_map = map; in dma_direct_set_offset()
/openbmc/linux/drivers/base/
H A Ddd.c551 kfree(dev->dma_range_map); in device_unbind_cleanup()
552 dev->dma_range_map = NULL; in device_unbind_cleanup()
H A Dcore.c2499 kfree(dev->dma_range_map); in device_release()