Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/
H A Ds390-iommu.c394 zdev->end_dma, 0, status); in s390_iommu_domain_reg_ioat()
404 zdev->end_dma, iota, status); in s390_iommu_domain_reg_ioat()
494 if (zdev->end_dma < ZPCI_TABLE_SIZE_RT - 1) { in s390_iommu_get_resv_regions()
495 region = iommu_alloc_resv_region(zdev->end_dma + 1, in s390_iommu_get_resv_regions()
496 ZPCI_TABLE_SIZE_RT - zdev->end_dma - 1, in s390_iommu_get_resv_regions()
513 if (zdev->start_dma > zdev->end_dma || in s390_iommu_probe_device()
517 if (zdev->end_dma > ZPCI_TABLE_SIZE_RT - 1) in s390_iommu_probe_device()
518 zdev->end_dma = ZPCI_TABLE_SIZE_RT - 1; in s390_iommu_probe_device()
533 zdev->end_dma - zdev->start_dma + 1); in zpci_refresh_all()
780 zdev->end_dma - zdev->start_dma + 1); in zpci_init_iommu()
[all …]
/linux-6.15/drivers/vfio/pci/
H A Dvfio_pci_zdev.c29 .end_dma = zdev->end_dma, in zpci_base_cap()
/linux-6.15/include/uapi/linux/
H A Dvfio_zdev.h26 __u64 end_dma; /* End of available DMA addresses */ member
/linux-6.15/arch/s390/include/asm/
H A Dpci.h176 u64 end_dma; /* End of available DMA addresses */ member
/linux-6.15/arch/s390/pci/
H A Dpci_bus.c295 aligned_end = PAGE_ALIGN_DOWN(zdev->end_dma + 1); in pci_dma_range_setup()
H A Dpci_clp.c164 zdev->end_dma = response->edma; in clp_store_query_pci_fn()