pub struct SMBiosCacheInformation<'a> { /* private fields */ }
Expand description
§Cache Information (Type 7)
This structure defines the attributes of CPU cache device in the system. One structure is specified for each such device, whether the device is internal to or external to the CPU module. Cache modules can be associated with a processor structure in one or two ways depending on the SMBIOS version
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
Implementations§
Source§impl<'a> SMBiosCacheInformation<'a>
impl<'a> SMBiosCacheInformation<'a>
Sourcepub fn socket_designation(&self) -> SMBiosString
pub fn socket_designation(&self) -> SMBiosString
String number for reference designation
Sourcepub fn cache_configuration(&self) -> Option<CacheConfiguaration>
pub fn cache_configuration(&self) -> Option<CacheConfiguaration>
Bit fields describing the cache configuration
Sourcepub fn maximum_cache_size(&self) -> Option<CacheMemorySize>
pub fn maximum_cache_size(&self) -> Option<CacheMemorySize>
Maximum size that can be installed
Sourcepub fn installed_size(&self) -> Option<CacheMemorySize>
pub fn installed_size(&self) -> Option<CacheMemorySize>
Same format as Max Cache Size field; set to 0 if no cache is installed
Sourcepub fn supported_sram_type(&self) -> Option<SramTypes>
pub fn supported_sram_type(&self) -> Option<SramTypes>
Supported SRAM type
Sourcepub fn current_sram_type(&self) -> Option<SramTypes>
pub fn current_sram_type(&self) -> Option<SramTypes>
Current SRAM type
Sourcepub fn cache_speed(&self) -> Option<u8>
pub fn cache_speed(&self) -> Option<u8>
Cache module speed, in nanoseconds. The value is 0 if the speed is unknown.
Sourcepub fn error_correction_type(&self) -> Option<ErrorCorrectionTypeData>
pub fn error_correction_type(&self) -> Option<ErrorCorrectionTypeData>
Error-correction scheme supported by this cache component
Sourcepub fn system_cache_type(&self) -> Option<SystemCacheTypeData>
pub fn system_cache_type(&self) -> Option<SystemCacheTypeData>
Logical type of cache
Sourcepub fn associativity(&self) -> Option<CacheAssociativityData>
pub fn associativity(&self) -> Option<CacheAssociativityData>
Associativity of the cache
Sourcepub fn maximum_cache_size_2(&self) -> Option<CacheMemorySize>
pub fn maximum_cache_size_2(&self) -> Option<CacheMemorySize>
Maximum cache size
Sourcepub fn installed_cache_size_2(&self) -> Option<CacheMemorySize>
pub fn installed_cache_size_2(&self) -> Option<CacheMemorySize>
Installed cache size