Skip to content

Commit

Permalink
fix typo in register name
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Apr 16, 2024
1 parent 901e8a9 commit c43e1d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions iommu_registers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ the register returns 0 and writes to that offset are ignored.
CSR >> | if `capabilities.ATS==0`
|84 |`ipsr` |4 |<<IPSR, Interrupt pending
status register>>| No
|88 |`iocntovf` |4 |<<OVF, HPM counter overflows>> | if `capabilities.HPM==0`
|92 |`iocntinh` |4 |<<INH, HPM counter inhibits>> | if `capabilities.HPM==0`
|88 |`iocountovf` |4 |<<OVF, HPM counter
overflows>> | if `capabilities.HPM==0`
|92 |`iocountinh` |4 |<<INH, HPM counter
inhibits>> | if `capabilities.HPM==0`
|96 |`iohpmcycles` |8 |<<CYC, HPM cycles counter>> | if `capabilities.HPM==0`
|104 |`iohpmctr1-31` |248 |<<CTR, HPM event counters>> | if `capabilities.HPM==0`
|352 |`iohpmevt1-31` |248 |<<EVT, HPM event selector>> | if `capabilities.HPM==0`
Expand Down

0 comments on commit c43e1d2

Please sign in to comment.