Struct raw_cpuid::MemoryEncryptionInfo [−][src]
pub struct MemoryEncryptionInfo { /* fields omitted */ }
Implementations
impl MemoryEncryptionInfo
[src]
impl MemoryEncryptionInfo
[src]pub fn has_sme(&self) -> bool
[src]
Secure Memory Encryption is supported if set.
pub fn has_sev(&self) -> bool
[src]
Secure Encrypted Virtualization is supported if set.
pub fn has_page_flush_msr(&self) -> bool
[src]
The Page Flush MSR is available if set.
pub fn has_sev_es(&self) -> bool
[src]
SEV Encrypted State is supported if set.
pub fn physical_address_reduction(&self) -> u8
[src]
pub fn c_bit_position(&self) -> u8
[src]
pub fn max_encrypted_guests(&self) -> u32
[src]
pub fn min_sev_no_es_asid(&self) -> u32
[src]
Trait Implementations
impl Default for MemoryEncryptionInfo
[src]
impl Default for MemoryEncryptionInfo
[src]