Home
last modified time | relevance | path

Searched refs:iova_end (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/gpu/drm/tegra/
H A Duapi.h34 dma_addr_t iova_end; member
H A Dfirewall.c34 if (offset >= m->iova && offset <= m->iova_end) in fw_check_addr_valid()
H A Duapi.c250 mapping->iova_end = mapping->iova + host1x_to_tegra_bo(mapping->bo)->gem.size; in tegra_drm_ioctl_channel_map()
/linux-6.15/drivers/vfio/
H A Dvfio_main.c1058 u64 iova_end; in vfio_ioctl_device_feature_logging_start() local
1098 if (check_add_overflow(range.iova, range.length, &iova_end) || in vfio_ioctl_device_feature_logging_start()
1099 iova_end > ULONG_MAX) { in vfio_ioctl_device_feature_logging_start()
1167 u64 iova_end; in vfio_ioctl_device_feature_logging_report() local
1185 if (check_add_overflow(report.iova, report.length, &iova_end) || in vfio_ioctl_device_feature_logging_report()
1186 iova_end > ULONG_MAX) in vfio_ioctl_device_feature_logging_report()
/linux-6.15/drivers/media/platform/mediatek/mdp3/
H A Dmdp_sm_mt8183.h54 u32 iova_end[IMG_MAX_PLANES]; member
H A Dmdp_sm_mt8195.h57 u32 iova_end[IMG_MAX_PLANES]; member
H A Dmtk-mdp3-comp.c180 reg = CFG_COMP(MT8183, ctx->param, rdma.iova_end[0]); in config_rdma_frame()
182 reg = CFG_COMP(MT8195, ctx->param, rdma.iova_end[0]); in config_rdma_frame()
186 reg = CFG_COMP(MT8183, ctx->param, rdma.iova_end[1]); in config_rdma_frame()
188 reg = CFG_COMP(MT8195, ctx->param, rdma.iova_end[1]); in config_rdma_frame()
192 reg = CFG_COMP(MT8183, ctx->param, rdma.iova_end[2]); in config_rdma_frame()
194 reg = CFG_COMP(MT8195, ctx->param, rdma.iova_end[2]); in config_rdma_frame()
/linux-6.15/drivers/gpu/host1x/
H A Ddev.h147 dma_addr_t iova_end; member
H A Dcdma.c100 host1x->iova_end >> shift, true); in host1x_pushbuffer_init()
H A Djob.c245 host->iova_end >> shift, true); in pin_job()
H A Ddev.c428 host->iova_end = end; in host1x_iommu_attach()
/linux-6.15/drivers/media/pci/intel/ipu6/
H A Dipu6-mmu.c399 u32 iova_end = ALIGN(iova + size, ISP_PAGE_SIZE); in __ipu6_mmu_map() local
403 iova_start, iova_end, size, &paddr); in __ipu6_mmu_map()
/linux-6.15/drivers/iommu/
H A Drockchip-iommu.c363 dma_addr_t iova_end = iova_start + size; in rk_iommu_zap_lines() local
371 for (iova = iova_start; iova < iova_end; iova += SPAGE_SIZE) in rk_iommu_zap_lines()