CACHEINFO

CPU cache entry

Members

Unions

__anonymous
deprecated union __anonymous
Undocumented in source.
__anonymous
union __anonymous
Undocumented in source.

Variables

features
ushort features;

Cache feature, bit flags. - Bit 0: Self Initializing cache - Bit 1: Fully Associative cache - Bit 2: No Write-Back Invalidation (toggle) - Bit 3: Cache Inclusiveness (toggle) - Bit 4: Complex Cache Indexing (toggle)

level
ubyte level;

Cache level: L1, L2, etc.

lineSize
ushort lineSize;

Size of the line in bytes.

sets
uint sets;

Number of cache sets.

sharedCores
ushort sharedCores;

Number of CPU cores sharing this cache.

size
uint size;

Cache size in kilobytes.

type
char type;

Type entry character: 'D'=Data, 'I'=Instructions, 'U'=Unified

ways
ushort ways;

Number of ways per line.

Meta