Searched refs:dma_memory_rw (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/include/system/ |
| 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/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/hw/intc/ |
| H A D | spapr_xive.c | 1725 if (dma_memory_rw(&address_space_memory, mmio_addr, &data, 8, in h_int_esb()
|