| commit | a05e0f6e212111791bd50c1bcce33e550a6fc398 | [log] [tgz] |
|---|---|---|
| author | Mostafa Saleh <smostafa@google.com> | Fri Nov 24 10:09:53 2023 +0000 |
| committer | Mostafa Saleh <smostafa@google.com> | Sat Nov 25 17:31:17 2023 +0000 |
| tree | 2fb88e6ec824a99ba1a78ccd6d6bc127f9243765 | |
| parent | 61b52c18bd9db1aba6c1e1fc66a9fb8a80aae747 [diff] |
drivers: iommu: pviommu: Add pviommu_iova_to_phys Add iova_to_phys IOMMU ops. As the hypervisor has a collapsed mapping this has to be maintianed in the EL1 driver. A mapple tree is used to hold intervals. Signed-off-by: Mostafa Saleh <smostafa@google.com>