Struct raw_cpuid::L2CatInfo [−][src]
pub struct L2CatInfo { /* fields omitted */ }L2 Cache Allocation Technology Enumeration Sub-leaf (EAX = 10H, ECX = ResID = 2).
Methods
impl L2CatInfo[src]
impl L2CatInfopub fn capacity_mask_length(&self) -> u8[src]
pub fn capacity_mask_length(&self) -> u8Length of the capacity bit mask using minus-one notation.
pub fn isolation_bitmap(&self) -> u32[src]
pub fn isolation_bitmap(&self) -> u32Bit-granular map of isolation/contention of allocation units.
pub fn highest_cos(&self) -> u16[src]
pub fn highest_cos(&self) -> u16Highest COS number supported for this Leaf.
Trait Implementations
impl Debug for L2CatInfo[src]
impl Debug for L2CatInfofn 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 L2CatInfo[src]
impl Default for L2CatInfo