#[repr(u64)]
pub enum Value {
    AllLowerELsAreAarch32,
    NextELIsAarch64,
}
Expand description

Execution state control for lower Exception levels:

0 Lower levels are all AArch32. 1 The next lower level is AArch64. If EL2 is present: The Execution state for EL2 is AArch64. EL2 controls EL1 and EL0 behaviors. If EL2 is not present: The Execution state for EL1 is AArch64. The Execution state for EL0 is determined by the current value of PSTATE.nRW when executing at EL0.

If all lower Exception levels cannot use AArch32 then this bit is RAO/WI.

When SCR_EL3.{EEL2,NS}=={1,0}, this bit is treated as 1 for all purposes other than reading or writing the register.

The RW bit is permitted to be cached in a TLB.

Variants

AllLowerELsAreAarch32

NextELIsAarch64

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.