diff options
author | Will Deacon <[email protected]> | 2021-06-16 06:38:47 -0700 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2021-07-26 12:37:07 +0200 |
commit | 89d5b9601f70b72f524fdb7bc6cf1b1e8e20e867 (patch) | |
tree | edabadd0acfe3ba728363c20293dbeb9941a2d48 /tools/perf/scripts/python | |
parent | e7d6fff6b3d34230bac1b2c2607646d7b8638cb7 (diff) |
iommu: Split 'addr_merge' argument to iommu_pgsize() into separate parts
The 'addr_merge' parameter to iommu_pgsize() is a fabricated address
intended to describe the alignment requirements to consider when
choosing an appropriate page size. On the iommu_map() path, this address
is the logical OR of the virtual and physical addresses.
Subsequent improvements to iommu_pgsize() will need to check the
alignment of the virtual and physical components of 'addr_merge'
independently, so pass them in as separate parameters and reconstruct
'addr_merge' locally.
No functional change.
Signed-off-by: Will Deacon <[email protected]>
Signed-off-by: Isaac J. Manjarres <[email protected]>
Signed-off-by: Georgi Djakov <[email protected]>
Reviewed-by: Lu Baolu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions