#include <linux/init.h>
#include <linux/smp.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/percpu.h>
#include <linux/bootmem.h>
#include <linux/err.h>
#include <linux/nmi.h>
#include <linux/tboot.h>
#include <linux/stackprotector.h>
#include <linux/gfp.h>
#include <linux/cpuidle.h>
#include <asm/acpi.h>
#include <asm/desc.h>
#include <asm/nmi.h>
#include <asm/irq.h>
#include <asm/idle.h>
#include <asm/realmode.h>
#include <asm/cpu.h>
#include <asm/numa.h>
#include <asm/pgtable.h>
#include <asm/tlbflush.h>
#include <asm/mtrr.h>
#include <asm/mwait.h>
#include <asm/apic.h>
#include <asm/io_apic.h>
#include <asm/i387.h>
#include <asm/fpu-internal.h>
#include <asm/setup.h>
#include <asm/uv/uv.h>
#include <linux/mc146818rtc.h>
#include <asm/smpboot_hooks.h>
#include <asm/i8259.h>
Go to the source code of this file.
#define link_mask |
( |
|
_m, |
|
|
|
c1, |
|
|
|
c2 |
|
) |
| |
Value:do { \
cpumask_set_cpu((c1), cpu_##_m##_mask(c2)); \
cpumask_set_cpu((c2), cpu_##_m##_mask(c1)); \
} while (0)
Definition at line 310 of file smpboot.c.
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
void __inquire_remote_apic |
( |
int |
apicid | ) |
|
void arch_enable_nonboot_cpus_begin |
( |
void |
| ) |
|
void arch_enable_nonboot_cpus_end |
( |
void |
| ) |
|
DEFINE_PER_CPU |
( |
int |
, |
|
|
cpu_state |
|
|
) |
| |
DEFINE_PER_CPU_READ_MOSTLY |
( |
u16 |
, |
|
|
cpu_llc_id |
|
|
) |
| |
DEFINE_PER_CPU_READ_MOSTLY |
( |
cpumask_var_t |
, |
|
|
cpu_llc_shared_map |
|
|
) |
| |
early_param |
( |
"possible_cpus" |
, |
|
|
_setup_possible_cpus |
|
|
) |
| |
void native_cpu_die |
( |
unsigned int |
cpu | ) |
|