Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Diova-tree.h129 hwaddr iova_end);
/openbmc/linux/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()
/openbmc/linux/drivers/vfio/
H A Dvfio_main.c1002 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 Dmdp_sm_mt8183.h54 u32 iova_end[IMG_MAX_PLANES]; member
H A Dmtk-mdp3-comp.c153 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 Dtrace-events95 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 Ddev.h138 dma_addr_t iova_end; member
H A Dcdma.c100 host1x->iova_end >> shift, true); in host1x_pushbuffer_init()
H A Ddev.c402 host->iova_end = end; in host1x_iommu_attach()
H A Djob.c245 host->iova_end >> shift, true); in pin_job()
/openbmc/linux/drivers/iommu/
H A Drockchip-iommu.c361 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()