[][src]Module ruspiro_arch_aarch64::register::el1::mair_el1

MAIR_EL1 - Memory Attribute Indirection Register EL1

Provides the memory attribute encodings corresponding to the possible AttrIndx values in a Long-descriptor format translation table entry for stage 1 translations at EL1.

Usage Constraints

EL0EL1 (NS)EL1(S)EL2EL3(NS)EL3(S)
-R/WR/WR/WR/WR/W

Modules

MAIR0
MAIR1
MAIR2
MAIR3
MAIR4
MAIR5
MAIR6
MAIR7

Functions

get

Read the raw register contents using the appropriate assembly

read

Read the contents of a specific RegisterField. The returned value is already shifted to the right to start at bit 0. This means for a field value stored in the register at bit offset 3, the returned value is already shifted by 3 bits to the right. For example: If register raw value is 0b10110, the returned value for a register field specified as bits[4:3] would be 0b01. No further "masking" or "bit-shift" required

set

Write the raw register contents using the appropriate contents

write

Update the contents of a register from the RegisterFieldValue given. This will only change the bits the RegisterField definition specifies.