pub struct DatInfo { /* private fields */ }
Expand description
Deterministic Address Translation Structure
Implementations§
Source§impl DatInfo
impl DatInfo
Sourcepub fn has_4k_entries(&self) -> bool
pub fn has_4k_entries(&self) -> bool
4K page size entries supported by this structure
Sourcepub fn has_2mb_entries(&self) -> bool
pub fn has_2mb_entries(&self) -> bool
2MB page size entries supported by this structure
Sourcepub fn has_4mb_entries(&self) -> bool
pub fn has_4mb_entries(&self) -> bool
4MB page size entries supported by this structure
Sourcepub fn has_1gb_entries(&self) -> bool
pub fn has_1gb_entries(&self) -> bool
1GB page size entries supported by this structure
Sourcepub fn is_fully_associative(&self) -> bool
pub fn is_fully_associative(&self) -> bool
Fully associative structure
Sourcepub fn partitioning(&self) -> u8
pub fn partitioning(&self) -> u8
Partitioning (0: Soft partitioning between the logical processors sharing this structure).
Sourcepub fn cache_type(&self) -> DatType
pub fn cache_type(&self) -> DatType
Translation cache type field.
Sourcepub fn cache_level(&self) -> u8
pub fn cache_level(&self) -> u8
Translation cache level (starts at 1)
Sourcepub fn max_addressable_ids(&self) -> u16
pub fn max_addressable_ids(&self) -> u16
Maximum number of addressable IDs for logical processors sharing this translation cache