TianoCore EDK2 master
Loading...
Searching...
No Matches
CPUID_CACHE_DATA Struct Reference

Data Fields

UINT8 CacheLevel: 3
 
UINT8 CacheType: 5
 
UINT16 CacheWays: 10
 
UINT16 FullyAssociativeCache: 1
 
UINT16 DirectMappedCache: 1
 
UINT16 Reserved: 4
 
UINT16 CacheShareBits
 
UINT32 CacheSizeinKB
 

Detailed Description

Definition at line 66 of file InternalCpuCacheInfoLib.h.

Field Documentation

◆ CacheLevel

UINT8 CPUID_CACHE_DATA::CacheLevel

Definition at line 71 of file InternalCpuCacheInfoLib.h.

◆ CacheShareBits

UINT16 CPUID_CACHE_DATA::CacheShareBits

Definition at line 97 of file InternalCpuCacheInfoLib.h.

◆ CacheSizeinKB

UINT32 CPUID_CACHE_DATA::CacheSizeinKB

Definition at line 103 of file InternalCpuCacheInfoLib.h.

◆ CacheType

UINT8 CPUID_CACHE_DATA::CacheType

Definition at line 76 of file InternalCpuCacheInfoLib.h.

◆ CacheWays

UINT16 CPUID_CACHE_DATA::CacheWays

Definition at line 81 of file InternalCpuCacheInfoLib.h.

◆ DirectMappedCache

UINT16 CPUID_CACHE_DATA::DirectMappedCache

Definition at line 91 of file InternalCpuCacheInfoLib.h.

◆ FullyAssociativeCache

UINT16 CPUID_CACHE_DATA::FullyAssociativeCache

Definition at line 86 of file InternalCpuCacheInfoLib.h.

◆ Reserved

UINT16 CPUID_CACHE_DATA::Reserved

Definition at line 92 of file InternalCpuCacheInfoLib.h.


The documentation for this struct was generated from the following file: