|
TianoCore EDK2 master
|
Data Fields | |
| UINT8 | CacheLevel: 3 |
| UINT8 | CacheType: 5 |
| UINT16 | CacheWays: 10 |
| UINT16 | FullyAssociativeCache: 1 |
| UINT16 | DirectMappedCache: 1 |
| UINT16 | Reserved: 4 |
| UINT16 | CacheShareBits |
| UINT32 | CacheSizeinKB |
Definition at line 66 of file InternalCpuCacheInfoLib.h.
| UINT8 CPUID_CACHE_DATA::CacheLevel |
Definition at line 71 of file InternalCpuCacheInfoLib.h.
| UINT16 CPUID_CACHE_DATA::CacheShareBits |
Definition at line 97 of file InternalCpuCacheInfoLib.h.
| UINT32 CPUID_CACHE_DATA::CacheSizeinKB |
Definition at line 103 of file InternalCpuCacheInfoLib.h.
| UINT8 CPUID_CACHE_DATA::CacheType |
Definition at line 76 of file InternalCpuCacheInfoLib.h.
| UINT16 CPUID_CACHE_DATA::CacheWays |
Definition at line 81 of file InternalCpuCacheInfoLib.h.
| UINT16 CPUID_CACHE_DATA::DirectMappedCache |
Definition at line 91 of file InternalCpuCacheInfoLib.h.
| UINT16 CPUID_CACHE_DATA::FullyAssociativeCache |
Definition at line 86 of file InternalCpuCacheInfoLib.h.
| UINT16 CPUID_CACHE_DATA::Reserved |
Definition at line 92 of file InternalCpuCacheInfoLib.h.