Skip to content

Commit

Permalink
Add RES1 field to MPIDR_EL1
Browse files Browse the repository at this point in the history
Signed-off-by: Sangwan Kwon <[email protected]>
  • Loading branch information
bitboom committed Jun 12, 2024
1 parent 193cdda commit 39369e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/registers/mpidr_el1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ register_bitfields! {u64,
/// Affinity level 3. See the description of Aff0 for more information.
Aff3 OFFSET(32) NUMBITS(8) [],

/// Reserved, RES1.
RES1 OFFSET(31) NUMBITS(1) [],

/// Indicates a Uniprocessor system, as distinct from PE 0 in a multiprocessor system.
U OFFSET(30) NUMBITS(1) [
MultiprocessorSystem = 0b0,
Expand Down

0 comments on commit 39369e6

Please sign in to comment.