#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/smp.h>
#include <linux/prctl.h>
#include <linux/slab.h>
#include <linux/sched.h>
#include <linux/module.h>
#include <linux/pm.h>
#include <linux/clockchips.h>
#include <linux/random.h>
#include <linux/user-return-notifier.h>
#include <linux/dmi.h>
#include <linux/utsname.h>
#include <linux/stackprotector.h>
#include <linux/tick.h>
#include <linux/cpuidle.h>
#include <trace/events/power.h>
#include <linux/hw_breakpoint.h>
#include <asm/cpu.h>
#include <asm/apic.h>
#include <asm/syscalls.h>
#include <asm/idle.h>
#include <asm/uaccess.h>
#include <asm/i387.h>
#include <asm/fpu-internal.h>
#include <asm/debugreg.h>
#include <asm/nmi.h>
Go to the source code of this file.
#define MWAIT_ECX_EXTENDED_INFO 0x01 |
#define MWAIT_EDX_C1 0xf0 |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
void amd_e400_remove_cpu |
( |
int |
cpu | ) |
|
unsigned long arch_align_stack |
( |
unsigned long |
sp | ) |
|
early_param |
( |
"idle" |
, |
|
|
idle_setup |
|
|
) |
| |
int get_tsc_mode |
( |
unsigned long |
adr | ) |
|
int set_tsc_mode |
( |
unsigned int |
val | ) |
|
stop_this_cpu - Callback to stop a CPU. : Callback context (ignored).
Definition at line 448 of file process.c.
bool amd_e400_c1e_detected |