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

#include <smbios.h>

Collaboration diagram for smbios_type4:
Collaboration graph

Data Fields

struct smbios_header header
 
u8 socket_designation
 
u8 processor_type
 
u8 processor_family
 
u8 processor_manufacturer
 
u32 processor_id [2]
 
u8 processor_version
 
u8 voltage
 
u16 external_clock
 
u16 max_speed
 
u16 current_speed
 
u8 status
 
u8 processor_upgrade
 
u16 l1_cache_handle
 
u16 l2_cache_handle
 
u16 l3_cache_handle
 
u8 serial_number
 
u8 asset_tag
 
u8 part_number
 
u8 core_count
 
u8 core_enabled
 
u8 thread_count
 
u16 processor_characteristics
 
u16 processor_family2
 
u16 core_count2
 
u16 core_enabled2
 
u16 thread_count2
 
u8 eos [2]
 

Detailed Description

Definition at line 433 of file smbios.h.

Field Documentation

◆ asset_tag

u8 smbios_type4::asset_tag

Definition at line 451 of file smbios.h.

◆ core_count

u8 smbios_type4::core_count

Definition at line 453 of file smbios.h.

Referenced by smbios_write_type4().

◆ core_count2

u16 smbios_type4::core_count2

Definition at line 458 of file smbios.h.

Referenced by smbios_write_type4().

◆ core_enabled

u8 smbios_type4::core_enabled

Definition at line 454 of file smbios.h.

Referenced by smbios_write_type4().

◆ core_enabled2

u16 smbios_type4::core_enabled2

Definition at line 459 of file smbios.h.

Referenced by smbios_write_type4().

◆ current_speed

u16 smbios_type4::current_speed

Definition at line 444 of file smbios.h.

Referenced by smbios_write_type4().

◆ eos

u8 smbios_type4::eos[2]

Definition at line 461 of file smbios.h.

Referenced by smbios_write_type4().

◆ external_clock

u16 smbios_type4::external_clock

Definition at line 442 of file smbios.h.

Referenced by smbios_write_type4().

◆ header

struct smbios_header smbios_type4::header

Definition at line 430 of file smbios.h.

Referenced by smbios_write_type4().

◆ l1_cache_handle

u16 smbios_type4::l1_cache_handle

Definition at line 447 of file smbios.h.

Referenced by smbios_write_type4(), and smbios_write_type7_cache_parameters().

◆ l2_cache_handle

u16 smbios_type4::l2_cache_handle

Definition at line 448 of file smbios.h.

Referenced by smbios_write_type4(), and smbios_write_type7_cache_parameters().

◆ l3_cache_handle

u16 smbios_type4::l3_cache_handle

Definition at line 449 of file smbios.h.

Referenced by smbios_write_type4(), and smbios_write_type7_cache_parameters().

◆ max_speed

u16 smbios_type4::max_speed

Definition at line 443 of file smbios.h.

Referenced by smbios_write_type4().

◆ part_number

u8 smbios_type4::part_number

Definition at line 452 of file smbios.h.

◆ processor_characteristics

u16 smbios_type4::processor_characteristics

Definition at line 456 of file smbios.h.

Referenced by smbios_write_type4().

◆ processor_family

u8 smbios_type4::processor_family

Definition at line 437 of file smbios.h.

Referenced by smbios_write_type4().

◆ processor_family2

u16 smbios_type4::processor_family2

Definition at line 457 of file smbios.h.

◆ processor_id

u32 smbios_type4::processor_id[2]

Definition at line 439 of file smbios.h.

Referenced by smbios_write_type4().

◆ processor_manufacturer

u8 smbios_type4::processor_manufacturer

Definition at line 438 of file smbios.h.

Referenced by smbios_write_type4().

◆ processor_type

u8 smbios_type4::processor_type

Definition at line 436 of file smbios.h.

Referenced by smbios_write_type4().

◆ processor_upgrade

u8 smbios_type4::processor_upgrade

Definition at line 446 of file smbios.h.

Referenced by smbios_write_type4().

◆ processor_version

u8 smbios_type4::processor_version

Definition at line 440 of file smbios.h.

Referenced by smbios_write_type4().

◆ serial_number

u8 smbios_type4::serial_number

Definition at line 450 of file smbios.h.

Referenced by smbios_write_type4().

◆ socket_designation

u8 smbios_type4::socket_designation

Definition at line 435 of file smbios.h.

Referenced by smbios_write_type4().

◆ status

u8 smbios_type4::status

Definition at line 445 of file smbios.h.

Referenced by smbios_write_type4().

◆ thread_count

u8 smbios_type4::thread_count

Definition at line 455 of file smbios.h.

Referenced by smbios_write_type4().

◆ thread_count2

u16 smbios_type4::thread_count2

Definition at line 460 of file smbios.h.

Referenced by smbios_write_type4().

◆ voltage

u8 smbios_type4::voltage

Definition at line 441 of file smbios.h.

Referenced by smbios_write_type4().


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