Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dvirtio-iommu.c396 u64 resv_end = ALIGN(resv->start + resv->length, granule) - 1; in viommu_domain_map_identity() local
398 if (resv_end < iova || resv_start > limit) in viommu_domain_map_identity()
409 if (resv_end >= limit) in viommu_domain_map_identity()
412 iova = resv_end + 1; in viommu_domain_map_identity()