Struct raw_cpuid::L3CatInfo [−][src]
pub struct L3CatInfo { /* fields omitted */ }
L3 Cache Allocation Technology Enumeration Sub-leaf (EAX = 10H, ECX = ResID = 1).
Implementations
impl L3CatInfo
[src]
impl L3CatInfo
[src]pub fn capacity_mask_length(&self) -> u8
[src]
Length of the capacity bit mask using minus-one notation.
pub fn isolation_bitmap(&self) -> u32
[src]
Bit-granular map of isolation/contention of allocation units.
pub fn highest_cos(&self) -> u16
[src]
Highest COS number supported for this Leaf.
pub fn has_code_data_prioritization(&self) -> bool
[src]
Is Code and Data Prioritization Technology supported?