Skip to content

Commit

Permalink
editorial update
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Sep 10, 2024
1 parent cffe50f commit 3a35e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/iommu_in_memory_queues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ which is costly, and so a common technique is to invalidate all entries that
match the `GSCID` argument, regardless of the address argument.
Simpler implementations may ignore the operand of `IOTINVAL.VMA` and/or
`IOTINVAL.GVMA` and always perform a global invalidation of all
`IOTINVAL.GVMA` and perform a global invalidation of all
address-translation entries.
Some implementations may cache an identity-mapped translation for the stage of
Expand Down
2 changes: 1 addition & 1 deletion src/iommu_registers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ the IOMMU. At reset, the register shall contain the IOMMU supported features.
....

[%autowidth,float="center",align="center"]
[%header, cols="^2,3,^2,5"]
[%header, cols="^1,2,^1,5"]
|===
|Bits ^|Field |Attribute ^| Description
|7:0 |`version` |RO | The `version` field holds the version of the
Expand Down

0 comments on commit 3a35e26

Please sign in to comment.