diff options
author | Suravee Suthikulpanit <[email protected]> | 2024-02-05 11:56:03 +0000 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2024-02-09 13:16:23 +0100 |
commit | b7731065523048276a80c8e16120208153438930 (patch) | |
tree | 9c3658567f344689a1d84518bb9911e20a6740ff /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fda5108ebafe7797dc8e1279f04e6e9145c9ad10 (diff) |
iommu/amd: Introduce per-device GCR3 table
AMD IOMMU GCR3 table is indexed by PASID. Each entry stores guest CR3
register value, which is an address to the root of guest IO page table.
The GCR3 table can be programmed per-device. However, Linux AMD IOMMU
driver currently managing the table on a per-domain basis.
PASID is a device feature. When SVA is enabled it will bind PASID to
device, not domain. Hence it makes sense to have per device GCR3 table.
Introduce struct iommu_dev_data.gcr3_tbl_info to keep track of GCR3 table
configuration. This will eventually replaces gcr3 related variables in
protection_domain structure.
Suggested-by: Jason Gunthorpe <[email protected]>
Signed-off-by: Suravee Suthikulpanit <[email protected]>
Signed-off-by: Vasant Hegde <[email protected]>
Reviewed-by: Jason Gunthorpe <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions