Searched refs:dma_memory_unmap (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/usb/ |
| H A D | libhw.c | 66 dma_memory_unmap(sgl->as, p->iov.iov[i].iov_base, in usb_packet_unmap()
|
| /openbmc/qemu/system/ |
| H A D | dma-helpers.c | 93 dma_memory_unmap(dbs->sg->as, dbs->iov.iov[i].iov_base, in dma_blk_unmap() 152 dma_memory_unmap(dbs->sg->as, mem, cur_len, in dma_blk_cb()
|
| /openbmc/qemu/include/system/ |
| H A D | dma.h | 231 static inline void dma_memory_unmap(AddressSpace *as, in dma_memory_unmap() function
|
| /openbmc/qemu/hw/hyperv/ |
| H A D | vmbus.c | 334 dma_memory_unmap(iter->as, iter->map, TARGET_PAGE_SIZE - map_start_in_page, in gpadl_iter_cache_unmap() 380 dma_memory_unmap(iter->as, iter->map, mlen, iter->dir, 0); in gpadl_iter_io() 521 dma_memory_unmap(sgl->as, iov[i].iov_base, iov[i].iov_len, dir, acsd); in vmbus_unmap_sgl() 574 dma_memory_unmap(ringbuf->as, rb, mlen, in ringbuf_map_hdr() 586 dma_memory_unmap(ringbuf->as, rb, sizeof(*rb), DMA_DIRECTION_FROM_DEVICE, in ringbuf_unmap_hdr()
|