From 6b32e50ad32ffa324bce0eaf92c56fd0a356b7b0 Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Fri, 14 Feb 2025 09:06:56 -0600 Subject: [PATCH] Fix typo in (PV->PSCV) in guidelines for PC change --- src/iommu_sw_guidelines.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/iommu_sw_guidelines.adoc b/src/iommu_sw_guidelines.adoc index 04f19f1..39a1a00 100644 --- a/src/iommu_sw_guidelines.adoc +++ b/src/iommu_sw_guidelines.adoc @@ -172,10 +172,10 @@ performed: * `IODIR.INVAL_PDT` with `DV=1`, `DID=D` and `PID=P` * If `DC.iohgatp.MODE != Bare` -** `IOTINVAL.VMA` with `GV=1`, `AV=0`, `PV=1`, `GSCID=DC.iohgatp.GSCID`, +** `IOTINVAL.VMA` with `GV=1`, `AV=0`, `PSCV=1`, `GSCID=DC.iohgatp.GSCID`, and `PSCID=PC.PSCID` * else -** `IOTINVAL.VMA` with `GV=0`, `AV=0`, `PV=1`, and `PSCID=PC.PSCID` +** `IOTINVAL.VMA` with `GV=0`, `AV=0`, `PSCV=1`, and `PSCID=PC.PSCID` If software changes a non-leaf-level PDT entry the following invalidations must be performed: