#include <linux/module.h>
#include <linux/sched.h>
#include <linux/pm.h>
#include <linux/tick.h>
#include <linux/bitops.h>
#include <asm/pgalloc.h>
#include <asm/uaccess.h>
#include <asm/cacheflush.h>
Go to the source code of this file.
|
| void | show_regs (struct pt_regs *regs) |
| |
| | EXPORT_SYMBOL (pm_power_off) |
| |
| void | disable_hlt (void) |
| |
| | EXPORT_SYMBOL (disable_hlt) |
| |
| void | enable_hlt (void) |
| |
| | EXPORT_SYMBOL (enable_hlt) |
| |
| | __setup ("nohlt", nohlt_setup) |
| |
| | __setup ("hlt", hlt_setup) |
| |
| void | default_idle (void) |
| |
| void | cpu_idle (void) |
| |
| void | flush_thread (void) |
| |
| int | copy_thread (unsigned long clone_flags, unsigned long usp, unsigned long unused, struct task_struct *p, struct pt_regs *regs) |
| |
| unsigned long | thread_saved_pc (struct task_struct *tsk) |
| |
| int | kernel_thread (int(*fn)(void *), void *arg, unsigned long flags) |
| |
| | EXPORT_SYMBOL_GPL (kernel_thread) |
| |
| unsigned long | get_wchan (struct task_struct *p) |
| |
| void | start_thread (struct pt_regs *regs, unsigned long pc, unsigned long usp) |
| |
| __setup |
( |
"nohlt" |
, |
|
|
nohlt_setup |
|
|
) |
| |
| __setup |
( |
"hlt" |
, |
|
|
hlt_setup |
|
|
) |
| |