CACHEINFO

CPU cache entry

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

feat
ushort feat;

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.

sets
ushort 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

Meta