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 Jul 20, 2023
1 parent 0ef7038 commit 384f57b
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 @@ -67,6 +67,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 @@ -151,6 +152,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 384f57b

Please sign in to comment.