|
Linux Kernel
3.7.1
|
#include <linux/threads.h>#include <linux/cpumask.h>#include <linux/string.h>#include <linux/kernel.h>#include <linux/ctype.h>#include <linux/init.h>#include <linux/dmar.h>#include <asm/smp.h>#include <asm/x2apic.h>Go to the source code of this file.
Functions | |
| early_param ("x2apic_phys", set_x2apic_phys_mode) | |
| apic_driver (apic_x2apic_phys) | |
Variables | |
| int | x2apic_phys |
| apic_driver | ( | apic_x2apic_phys | ) |
| early_param | ( | "x2apic_phys" | , |
| set_x2apic_phys_mode | |||
| ) |
| int x2apic_phys |
Definition at line 12 of file x2apic_phys.c.
1.8.2