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

Data Fields

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

Detailed Description

Definition at line 12 of file CpuCacheInfoLib.h.

Field Documentation

◆ CacheCount

UINT16 CPU_CACHE_INFO::CacheCount

Definition at line 58 of file CpuCacheInfoLib.h.

◆ CacheLevel

UINT8 CPU_CACHE_INFO::CacheLevel

Definition at line 26 of file CpuCacheInfoLib.h.

◆ CacheSizeinKB

UINT32 CPU_CACHE_INFO::CacheSizeinKB

Definition at line 53 of file CpuCacheInfoLib.h.

◆ CacheType

UINT8 CPU_CACHE_INFO::CacheType

Definition at line 31 of file CpuCacheInfoLib.h.

◆ CacheWays

UINT16 CPU_CACHE_INFO::CacheWays

Definition at line 36 of file CpuCacheInfoLib.h.

◆ CoreType

UINT8 CPU_CACHE_INFO::CoreType

Definition at line 21 of file CpuCacheInfoLib.h.

◆ DirectMappedCache

UINT16 CPU_CACHE_INFO::DirectMappedCache

Definition at line 46 of file CpuCacheInfoLib.h.

◆ FullyAssociativeCache

UINT16 CPU_CACHE_INFO::FullyAssociativeCache

Definition at line 41 of file CpuCacheInfoLib.h.

◆ Package

UINT32 CPU_CACHE_INFO::Package

Definition at line 16 of file CpuCacheInfoLib.h.

◆ Reserved

UINT16 CPU_CACHE_INFO::Reserved

Definition at line 47 of file CpuCacheInfoLib.h.


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