Skip to content

Commit

Permalink
Add non-leaf invalidation extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Feb 7, 2025
1 parent ab37473 commit 96116f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/iommu_extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ allocation.
The RISC-V IOMMU Version 1.0 specification provides commands to invalidate
leaf page table entries from address translation caches when performing an
address-specific invalidation operation. The non-leaf PTE invalidation
extension provides commands to optionally invalidate non-leaf PTE entries
from the address translation caches when performing an address-specific
invalidation operation.
extension provides commands to optionally also invalidate non-leaf PTE
entries from the address translation caches when performing an
address-specific invalidation operation.

The non-leaf PTE invalidation extension is implemented if the `capabilities.NL`
(bit 42) is 1. When the `capabilities.NL` bit is 1, a non-leaf (`NL`) field is
Expand Down

0 comments on commit 96116f8

Please sign in to comment.