Searched refs:iova_end (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/tegra/ |
| H A D | uapi.h | 34 dma_addr_t iova_end; member
|
| H A D | firewall.c | 34 if (offset >= m->iova && offset <= m->iova_end) in fw_check_addr_valid()
|
| H A D | uapi.c | 253 mapping->iova_end = mapping->iova + host1x_to_tegra_bo(mapping->bo)->gem.size; in tegra_drm_ioctl_channel_map()
|
| /linux/drivers/vfio/ |
| H A D | vfio_main.c | 1120 u64 iova_end; in vfio_ioctl_device_feature_logging_start() local 1159 if (check_add_overflow(range.iova, range.length, &iova_end) || in vfio_ioctl_device_feature_logging_start() 1160 iova_end > ULONG_MAX) { in vfio_ioctl_device_feature_logging_start() 1228 u64 iova_end; in vfio_ioctl_device_feature_logging_report() local 1246 if (check_add_overflow(report.iova, report.length, &iova_end) || in vfio_ioctl_device_feature_logging_report() 1247 iova_end > ULONG_MAX) in vfio_ioctl_device_feature_logging_report()
|
| /linux/drivers/media/platform/mediatek/mdp3/ |
| H A D | mdp_sm_mt8183.h | 54 u32 iova_end[IMG_MAX_PLANES]; member
|
| H A D | mdp_sm_mt8195.h | 57 u32 iova_end[IMG_MAX_PLANES]; member
|
| /linux/drivers/gpu/host1x/ |
| H A D | dev.h | 147 dma_addr_t iova_end; member
|
| /linux/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-mmu.c | 399 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/drivers/staging/media/ipu7/ |
| H A D | ipu7-mmu.c | 382 u32 iova_end = ALIGN(iova + size, ISP_PAGE_SIZE); in __ipu7_mmu_map() local 386 iova_start, iova_end, size, &paddr); in __ipu7_mmu_map()
|