Home
last modified time | relevance | path

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

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