Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dvirtio-iommu.c413 u64 resv_end = ALIGN(resv->start + resv->length, granule) - 1; in viommu_domain_map_identity() local
415 if (resv_end < iova || resv_start > limit) in viommu_domain_map_identity()
426 if (resv_end >= limit) in viommu_domain_map_identity()
429 iova = resv_end + 1; in viommu_domain_map_identity()