/openbmc/linux/drivers/dma/ioat/ |
H A D | init.c | 850 goto dma_unmap; in ioat_xor_val_self_test() 860 goto dma_unmap; in ioat_xor_val_self_test() 871 goto dma_unmap; in ioat_xor_val_self_test() 881 goto dma_unmap; in ioat_xor_val_self_test() 919 goto dma_unmap; in ioat_xor_val_self_test() 928 goto dma_unmap; in ioat_xor_val_self_test() 939 goto dma_unmap; in ioat_xor_val_self_test() 949 goto dma_unmap; in ioat_xor_val_self_test() 972 goto dma_unmap; in ioat_xor_val_self_test() 981 goto dma_unmap; in ioat_xor_val_self_test() [all …]
|
/openbmc/qemu/hw/vfio/ |
H A D | container-base.c | 34 g_assert(vioc->dma_unmap); in vfio_container_dma_unmap() 35 return vioc->dma_unmap(bcontainer, iova, size, iotlb); in vfio_container_dma_unmap()
|
H A D | iommufd.c | 796 vioc->dma_unmap = iommufd_cdev_unmap; in vfio_iommu_iommufd_class_init()
|
H A D | container.c | 1134 vioc->dma_unmap = vfio_legacy_dma_unmap; in vfio_iommu_legacy_class_init()
|
/openbmc/linux/drivers/vfio/ |
H A D | iommufd.c | 183 if (vdev->ops->dma_unmap) in vfio_emulated_unmap() 184 vdev->ops->dma_unmap(vdev, iova, length); in vfio_emulated_unmap()
|
H A D | vfio_main.c | 1539 if (!device->ops->dma_unmap) in vfio_pin_pages() 1578 if (WARN_ON(!device->ops->dma_unmap)) in vfio_unpin_pages()
|
H A D | vfio_iommu_type1.c | 1273 device->ops->dma_unmap(device, dma->iova, dma->size); in vfio_notify_dma_unmap() 3023 if (!vdev->ops->dma_unmap) in vfio_iommu_type1_register_device() 3044 if (!vdev->ops->dma_unmap) in vfio_iommu_type1_unregister_device()
|
/openbmc/linux/net/smc/ |
H A D | smc_wr.c | 889 goto dma_unmap; in smc_wr_create_link() 897 goto dma_unmap; in smc_wr_create_link() 905 goto dma_unmap; in smc_wr_create_link() 912 goto dma_unmap; in smc_wr_create_link() 924 dma_unmap: in smc_wr_create_link()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx_lib.c | 367 goto dma_unmap; in __ice_xmit_xdp_ring() 416 dma_unmap: in __ice_xmit_xdp_ring()
|
/openbmc/linux/net/9p/ |
H A D | trans_rdma.c | 508 goto dma_unmap; in rdma_request() 518 goto dma_unmap; in rdma_request() 523 dma_unmap: in rdma_request()
|
/openbmc/qemu/include/hw/vfio/ |
H A D | vfio-container-base.h | 116 int (*dma_unmap)(const VFIOContainerBase *bcontainer, member
|
/openbmc/linux/include/linux/ |
H A D | vdpa.h | 395 int (*dma_unmap)(struct vdpa_device *vdev, unsigned int asid, member
|
H A D | vfio.h | 121 void (*dma_unmap)(struct vfio_device *vdev, u64 iova, u64 length); member
|
/openbmc/linux/drivers/mmc/host/ |
H A D | jz4740_mmc.c | 359 goto dma_unmap; in jz4740_mmc_start_dma_transfer() 367 dma_unmap: in jz4740_mmc_start_dma_transfer()
|
/openbmc/linux/drivers/s390/cio/ |
H A D | vfio_ccw_ops.c | 631 .dma_unmap = vfio_ccw_dma_unmap,
|
/openbmc/linux/Documentation/driver-api/ |
H A D | vfio.rst | 425 void (*dma_unmap)(struct vfio_device *vdev, u64 iova, u64 length); 461 - The dma_unmap callback is issued when a range of iovas are unmapped 464 order to unpin pages within the dma_unmap range. Drivers must tolerate
|
/openbmc/linux/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim.c | 762 .dma_unmap = vdpasim_dma_unmap,
|
/openbmc/linux/drivers/vdpa/ |
H A D | vdpa.c | 169 if (!!config->dma_map != !!config->dma_unmap) in __vdpa_alloc_device()
|
/openbmc/linux/drivers/scsi/ |
H A D | BusLogic.c | 309 static void blogic_dealloc_ccb(struct blogic_ccb *ccb, int dma_unmap) in blogic_dealloc_ccb() argument 315 if (dma_unmap) in blogic_dealloc_ccb()
|
/openbmc/linux/drivers/vhost/ |
H A D | vdpa.c | 811 ops->dma_unmap(vdpa, asid, map->start, map->size); in vhost_vdpa_general_unmap()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | kvmgt.c | 1470 .dma_unmap = intel_vgpu_dma_unmap,
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | vfio_ap_ops.c | 2101 .dma_unmap = vfio_ap_mdev_dma_unmap,
|
/openbmc/linux/drivers/atm/ |
H A D | fore200e.c | 1740 fore200e->bus->dma_unmap(fore200e, oc3_regs_dma_addr, sizeof(struct oc3_regs), DMA_FROM_DEVICE);
|