coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
intel_sibling.c File Reference
#include <arch/cpu.h>
#include <console/console.h>
#include <cpu/intel/hyperthreading.h>
#include <device/device.h>
#include <option.h>
Include dependency graph for intel_sibling.c:

Go to the source code of this file.

Functions

void intel_sibling_init (struct device *cpu)
 

Variables

static int first_time = 1
 
static int disable_siblings = !CONFIG(LOGICAL_CPUS)
 

Function Documentation

◆ intel_sibling_init()

void intel_sibling_init ( struct device cpu)

Variable Documentation

◆ disable_siblings

int disable_siblings = !CONFIG(LOGICAL_CPUS)
static

Definition at line 12 of file intel_sibling.c.

Referenced by intel_sibling_init().

◆ first_time

int first_time = 1
static

Definition at line 11 of file intel_sibling.c.

Referenced by intel_sibling_init().