Home
last modified time | relevance | path

Searched refs:dma_memory_rw (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Ddma.h124 static inline MemTxResult dma_memory_rw(AddressSpace *as, dma_addr_t addr, in dma_memory_rw() function
150 return dma_memory_rw(as, addr, buf, len, in dma_memory_read()
171 return dma_memory_rw(as, addr, (void *)buf, len, in dma_memory_write()
/openbmc/qemu/include/hw/pci/
H A Dpci_device.h233 return dma_memory_rw(pci_get_address_space(dev), addr, buf, len, in pci_dma_rw()
/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c523 if (dma_memory_rw(ohci->as, ptr + ohci->localmem_base, buf, in ohci_copy_td()
532 if (dma_memory_rw(ohci->as, ptr + ohci->localmem_base, buf, in ohci_copy_td()
551 if (dma_memory_rw(ohci->as, ptr + ohci->localmem_base, buf, in ohci_copy_iso_td()
560 if (dma_memory_rw(ohci->as, ptr + ohci->localmem_base, buf, in ohci_copy_iso_td()
/openbmc/qemu/system/
H A Ddma-helpers.c293 res |= dma_memory_rw(sg->as, entry.base, ptr, xfer, dir, attrs); in dma_buf_rw()
/openbmc/qemu/docs/devel/
H A Dloads-stores.rst498 ``dma_memory_rw``
/openbmc/qemu/hw/intc/
H A Dspapr_xive.c1727 if (dma_memory_rw(&address_space_memory, mmio_addr, &data, 8, in h_int_esb()