SmeState

Type Alias SmeState 

Source
pub type SmeState = hv_vcpu_sme_state_t;
Expand description

Contains information about SME PSTATE.

Aliased Type§

#[repr(C)]
pub struct SmeState { pub streaming_sve_mode_enabled: bool, pub za_storage_enabled: bool, }

Fields§

§streaming_sve_mode_enabled: bool

Controls PSTATE.SM.

§za_storage_enabled: bool

Controls PSTATE.ZA.