#[repr(u64)]
pub enum Value {
    DisableTrapSyncExtAbortsToEl2,
    EnableTrapSyncExtAbortsToEl2,
}
Expand description

Route synchronous External abort exceptions to EL2. if 0: This control does not cause exceptions to be routed from EL0 and EL1 to EL2. if 1: Route synchronous External abort exceptions from EL0 and EL1 to EL2, when EL2 is enabled in the current Security state, if not routed to EL3.

Variants

DisableTrapSyncExtAbortsToEl2

EnableTrapSyncExtAbortsToEl2

Trait Implementations

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.