Struct raw_cpuid::DatInfo [−][src]
pub struct DatInfo { /* fields omitted */ }Deterministic Address Translation Structure
Methods
impl DatInfo[src]
impl DatInfopub fn has_4k_entries(&self) -> bool[src]
pub fn has_4k_entries(&self) -> bool4K page size entries supported by this structure
pub fn has_2mb_entries(&self) -> bool[src]
pub fn has_2mb_entries(&self) -> bool2MB page size entries supported by this structure
pub fn has_4mb_entries(&self) -> bool[src]
pub fn has_4mb_entries(&self) -> bool4MB page size entries supported by this structure
pub fn has_1gb_entries(&self) -> bool[src]
pub fn has_1gb_entries(&self) -> bool1GB page size entries supported by this structure
pub fn is_fully_associative(&self) -> bool[src]
pub fn is_fully_associative(&self) -> boolFully associative structure
pub fn partitioning(&self) -> u8[src]
pub fn partitioning(&self) -> u8Partitioning (0: Soft partitioning between the logical processors sharing this structure).
pub fn ways(&self) -> u16[src]
pub fn ways(&self) -> u16Ways of associativity.
pub fn sets(&self) -> u32[src]
pub fn sets(&self) -> u32Number of Sets.
pub fn cache_type(&self) -> DatType[src]
pub fn cache_type(&self) -> DatTypeTranslation cache type field.
pub fn cache_level(&self) -> u8[src]
pub fn cache_level(&self) -> u8Translation cache level (starts at 1)
pub fn max_addressable_ids(&self) -> u16[src]
pub fn max_addressable_ids(&self) -> u16Maximum number of addressable IDs for logical processors sharing this translation cache
Trait Implementations
impl Debug for DatInfo[src]
impl Debug for DatInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for DatInfo[src]
impl Default for DatInfo