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

#include <path.h>

Collaboration diagram for apic_path:
Collaboration graph

Data Fields

unsigned int apic_id
 
unsigned int package_id
 
unsigned int node_id
 
unsigned int core_id
 
unsigned int thread_id
 

Detailed Description

Definition at line 71 of file path.h.

Field Documentation

◆ apic_id

◆ core_id

unsigned int apic_path::core_id

Definition at line 75 of file path.h.

Referenced by set_cpu_topology().

◆ node_id

unsigned int apic_path::node_id

Definition at line 74 of file path.h.

Referenced by acpi_create_srat_lapics(), and set_cpu_topology().

◆ package_id

unsigned int apic_path::package_id

Definition at line 73 of file path.h.

Referenced by set_cpu_topology().

◆ thread_id

unsigned int apic_path::thread_id

Definition at line 76 of file path.h.

Referenced by set_cpu_topology().


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