Searched refs:iova_end (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/gpu/drm/tegra/ |
| A D | uapi.h | 34 dma_addr_t iova_end; member
|
| A D | firewall.c | 34 if (offset >= m->iova && offset <= m->iova_end) in fw_check_addr_valid()
|
| A D | uapi.c | 250 mapping->iova_end = mapping->iova + host1x_to_tegra_bo(mapping->bo)->gem.size; in tegra_drm_ioctl_channel_map()
|
| /linux/drivers/vfio/ |
| A D | vfio_main.c | 1058 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/drivers/media/platform/mediatek/mdp3/ |
| A D | mdp_sm_mt8183.h | 54 u32 iova_end[IMG_MAX_PLANES]; member
|
| A D | mdp_sm_mt8195.h | 57 u32 iova_end[IMG_MAX_PLANES]; member
|
| A D | mtk-mdp3-comp.c | 187 reg = CFG_COMP(MT8183, ctx->param, rdma.iova_end[0]); in config_rdma_frame() 189 reg = CFG_COMP(MT8195, ctx->param, rdma.iova_end[0]); in config_rdma_frame() 194 reg = CFG_COMP(MT8183, ctx->param, rdma.iova_end[1]); in config_rdma_frame() 196 reg = CFG_COMP(MT8195, ctx->param, rdma.iova_end[1]); in config_rdma_frame() 201 reg = CFG_COMP(MT8183, ctx->param, rdma.iova_end[2]); in config_rdma_frame() 203 reg = CFG_COMP(MT8195, ctx->param, rdma.iova_end[2]); in config_rdma_frame()
|
| /linux/drivers/gpu/host1x/ |
| A D | dev.h | 147 dma_addr_t iova_end; member
|
| A D | cdma.c | 100 host1x->iova_end >> shift, true); in host1x_pushbuffer_init()
|
| A D | dev.c | 428 host->iova_end = end; in host1x_iommu_attach()
|
| A D | job.c | 245 host->iova_end >> shift, true); in pin_job()
|
| /linux/drivers/media/pci/intel/ipu6/ |
| A D | ipu6-mmu.c | 330 u32 iova_end = ALIGN(iova + size, ISP_PAGE_SIZE); in __ipu6_mmu_map() local 334 iova_start, iova_end, size, paddr); in __ipu6_mmu_map()
|
| /linux/drivers/iommu/ |
| A D | rockchip-iommu.c | 362 dma_addr_t iova_end = iova_start + size; in rk_iommu_zap_lines() local 370 for (iova = iova_start; iova < iova_end; iova += SPAGE_SIZE) in rk_iommu_zap_lines()
|
Completed in 42 milliseconds