coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cpu_cache_info Struct Reference

#include <cpu.h>

Collaboration diagram for cpu_cache_info:
Collaboration graph

Data Fields

uint8_t type
 
uint8_t level
 
size_t num_ways
 
size_t num_sets
 
size_t line_size
 
size_t size
 
size_t physical_partitions
 
size_t num_cores_shared
 
bool fully_associative
 

Detailed Description

Definition at line 354 of file cpu.h.

Field Documentation

◆ fully_associative

bool cpu_cache_info::fully_associative

Definition at line 363 of file cpu.h.

◆ level

uint8_t cpu_cache_info::level

Definition at line 356 of file cpu.h.

Referenced by smbios_write_type7_cache_parameters().

◆ line_size

size_t cpu_cache_info::line_size

Definition at line 359 of file cpu.h.

◆ num_cores_shared

size_t cpu_cache_info::num_cores_shared

Definition at line 362 of file cpu.h.

◆ num_sets

size_t cpu_cache_info::num_sets

Definition at line 358 of file cpu.h.

◆ num_ways

size_t cpu_cache_info::num_ways

Definition at line 357 of file cpu.h.

◆ physical_partitions

size_t cpu_cache_info::physical_partitions

Definition at line 361 of file cpu.h.

◆ size

size_t cpu_cache_info::size

Definition at line 360 of file cpu.h.

◆ type

uint8_t cpu_cache_info::type

Definition at line 355 of file cpu.h.


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