Struct raw_cpuid::DatInfo[][src]

pub struct DatInfo { /* fields omitted */ }

Deterministic Address Translation Structure

Methods

impl DatInfo
[src]

4K page size entries supported by this structure

2MB page size entries supported by this structure

4MB page size entries supported by this structure

1GB page size entries supported by this structure

Fully associative structure

Partitioning (0: Soft partitioning between the logical processors sharing this structure).

Ways of associativity.

Number of Sets.

Translation cache type field.

Translation cache level (starts at 1)

Maximum number of addressable IDs for logical processors sharing this translation cache

Trait Implementations

impl Debug for DatInfo
[src]

Formats the value using the given formatter. Read more

impl Default for DatInfo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for DatInfo

impl Sync for DatInfo