MicrOS
|
Struct to represent cache. More...
#include <cpuid.h>
Public Attributes | |
cpuid_cache_type | type |
Type of cache. More... | |
uint8_t | level |
Level of cache. More... | |
uint32_t | size |
Size of cache in bytes. More... | |
Struct to represent cache.
uint8_t cpuid_cache_struct::level |
Level of cache.
uint32_t cpuid_cache_struct::size |
Size of cache in bytes.
cpuid_cache_type cpuid_cache_struct::type |
Type of cache.