Skip to content

Commit

Permalink
add SCTLR_EL3 register
Browse files Browse the repository at this point in the history
Signed-off-by: rmsyn <[email protected]>
  • Loading branch information
rmsyn committed Feb 24, 2023
1 parent 9306aff commit 503d727
Show file tree
Hide file tree
Showing 2 changed files with 587 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/registers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ mod rvbar_el3;
mod scr_el3;
mod sctlr_el1;
mod sctlr_el2;
mod sctlr_el3;
mod sp;
mod sp_el0;
mod sp_el1;
Expand Down Expand Up @@ -129,6 +130,7 @@ pub use rvbar_el3::RVBAR_EL3;
pub use scr_el3::SCR_EL3;
pub use sctlr_el1::SCTLR_EL1;
pub use sctlr_el2::SCTLR_EL2;
pub use sctlr_el3::SCTLR_EL3;
pub use sp::SP;
pub use sp_el0::SP_EL0;
pub use sp_el1::SP_EL1;
Expand Down
Loading

0 comments on commit 503d727

Please sign in to comment.