Searched refs:iova_end (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | iova-tree.h | 129 hwaddr iova_end);
|
/openbmc/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 | 250 mapping->iova_end = mapping->iova + host1x_to_tegra_bo(mapping->bo)->gem.size; in tegra_drm_ioctl_channel_map()
|
/openbmc/linux/drivers/vfio/ |
H A D | vfio_main.c | 1002 u64 iova_end; in vfio_ioctl_device_feature_logging_start() local 1042 if (check_add_overflow(range.iova, range.length, &iova_end) || in vfio_ioctl_device_feature_logging_start() 1043 iova_end > ULONG_MAX) { in vfio_ioctl_device_feature_logging_start() 1111 u64 iova_end; in vfio_ioctl_device_feature_logging_report() local 1129 if (check_add_overflow(report.iova, report.length, &iova_end) || in vfio_ioctl_device_feature_logging_report() 1130 iova_end > ULONG_MAX) in vfio_ioctl_device_feature_logging_report()
|
/openbmc/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mdp_sm_mt8183.h | 54 u32 iova_end[IMG_MAX_PLANES]; member
|
H A D | mtk-mdp3-comp.c | 153 reg = CFG_COMP(MT8183, ctx->param, rdma.iova_end[0]); in config_rdma_frame() 157 reg = CFG_COMP(MT8183, ctx->param, rdma.iova_end[1]); in config_rdma_frame() 161 reg = CFG_COMP(MT8183, ctx->param, rdma.iova_end[2]); in config_rdma_frame()
|
/openbmc/qemu/hw/vfio/ |
H A D | trace-events | 95 vfio_iommu_map_notify(const char *op, uint64_t iova_start, uint64_t iova_end) "iommu %s @ 0x%"PRIx6… 100 vfio_listener_region_add_ram(uint64_t iova_start, uint64_t iova_end, void *vaddr) "region_add [ram]… 122 vfio_iommu_map_dirty_notify(uint64_t iova_start, uint64_t iova_end) "iommu dirty @ 0x%"PRIx64" - 0x…
|
/openbmc/linux/drivers/gpu/host1x/ |
H A D | dev.h | 138 dma_addr_t iova_end; member
|
H A D | cdma.c | 100 host1x->iova_end >> shift, true); in host1x_pushbuffer_init()
|
H A D | dev.c | 402 host->iova_end = end; in host1x_iommu_attach()
|
H A D | job.c | 245 host->iova_end >> shift, true); in pin_job()
|
/openbmc/linux/drivers/iommu/ |
H A D | rockchip-iommu.c | 361 dma_addr_t iova_end = iova_start + size; in rk_iommu_zap_lines() local 369 for (iova = iova_start; iova < iova_end; iova += SPAGE_SIZE) in rk_iommu_zap_lines()
|