Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A Ddev.h120 dma_addr_t iova_end; member
H A Ddev.c295 host->iova_end = end; in host1x_iommu_attach()
H A Dcdma.c100 host1x->iova_end >> shift, true); in host1x_pushbuffer_init()
H A Djob.c235 host->iova_end >> shift, true); in pin_job()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Drockchip-iommu.c379 dma_addr_t iova_end = iova_start + size; in rk_iommu_zap_lines() local
387 for (iova = iova_start; iova < iova_end; iova += SPAGE_SIZE) in rk_iommu_zap_lines()