Searched refs:dma_memory_rw (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | dma.h | 124 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 D | pci_device.h | 247 return dma_memory_rw(pci_get_address_space(dev), addr, buf, len, in pci_dma_rw()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ohci.c | 523 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 D | dma-helpers.c | 293 res |= dma_memory_rw(sg->as, entry.base, ptr, xfer, dir, attrs); in dma_buf_rw()
|
/openbmc/qemu/docs/devel/ |
H A D | loads-stores.rst | 498 ``dma_memory_rw``
|
/openbmc/qemu/hw/intc/ |
H A D | spapr_xive.c | 1726 if (dma_memory_rw(&address_space_memory, mmio_addr, &data, 8, in h_int_esb()
|