Skip to content

Commit

Permalink
Remove SOFTWARE_CHECK_EXC_DELEG as it is not needed
Browse files Browse the repository at this point in the history
Signed-off-by: Atish Patra <[email protected]>
  • Loading branch information
atishp04 committed Jun 8, 2024
1 parent 097a6bf commit 707b0dd
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions src/ext-firmware-features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@ the features which supervisor-mode software may request to set or get.
| 0x00000000 | MISALIGNED_EXC_DELEG | Control misaligned access exception
delegation to supervisor-mode if
`medeleg` is present.
| 0x00000001 | SOFTWARE_CHECK_EXC_DELEG | Control software check exception
delegation to supervisor-mode if
`medeleg` is present.
| 0x00000002 | LANDING_PAD | Control landing pad support for
| 0x00000001 | LANDING_PAD | Control landing pad support for
supervisor-mode.
| 0x00000003 | SHADOW_STACK | Control shadow stack support for
| 0x00000002 | SHADOW_STACK | Control shadow stack support for
supervisor-mode.
| 0x00000004 | DOUBLE_TRAP | Control double trap support for
| 0x00000003 | DOUBLE_TRAP | Control double trap support for
supervisor-mode.
| 0x00000005 | PTE_AD_HW_UPDATING | Control hardware updating of PTE A/D
| 0x00000004 | PTE_AD_HW_UPDATING | Control hardware updating of PTE A/D
bits for supervisor-mode.
| 0x00000006 -
| 0x00000005 -
0x3fffffff | | Local feature types reserved for
future use.
| 0x40000000 -
Expand Down Expand Up @@ -71,12 +68,6 @@ description. Upon system reset, global and local feature values are reset.
! 0 ! Disable misaligned exception delegation.
! 1 ! Enable misaligned exception delegation.
!===
| SOFTWARE_CHECK_EXC_DELEG | 0 | Local |
[cols="1,4"]
!===
! 0 ! Disable software check exception delegation.
! 1 ! Enable software check exception delegation.
!===
| LANDING_PAD | 0 | Local |
[cols="1,4"]
!===
Expand Down

0 comments on commit 707b0dd

Please sign in to comment.