#include <linux/errno.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/smp.h>
#include <linux/stddef.h>
#include <linux/unistd.h>
#include <linux/ptrace.h>
#include <linux/user.h>
#include <linux/time.h>
#include <linux/major.h>
#include <linux/stat.h>
#include <linux/vt.h>
#include <linux/mman.h>
#include <linux/elfcore.h>
#include <linux/reboot.h>
#include <linux/tty.h>
#include <linux/console.h>
#include <linux/slab.h>
#include <linux/rcupdate.h>
#include <asm/reg.h>
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/pgtable.h>
#include <asm/hwrpb.h>
#include <asm/fpu.h>
#include "proto.h"
#include "pci_impl.h"
Go to the source code of this file.
|
| EXPORT_SYMBOL (pm_power_off) |
|
void | cpu_idle (void) |
|
void | machine_restart (char *restart_cmd) |
|
void | machine_halt (void) |
|
void | machine_power_off (void) |
|
void | show_regs (struct pt_regs *regs) |
|
void | start_thread (struct pt_regs *regs, unsigned long pc, unsigned long sp) |
|
| EXPORT_SYMBOL (start_thread) |
|
void | exit_thread (void) |
|
void | flush_thread (void) |
|
void | release_thread (struct task_struct *dead_task) |
|
int | alpha_clone (unsigned long clone_flags, unsigned long usp, int __user *parent_tid, int __user *child_tid, unsigned long tls_value, struct pt_regs *regs) |
|
int | alpha_vfork (struct pt_regs *regs) |
|
int | copy_thread (unsigned long clone_flags, unsigned long usp, unsigned long arg, struct task_struct *p, struct pt_regs *regs) |
|
void | dump_elf_thread (elf_greg_t *dest, struct pt_regs *pt, struct thread_info *ti) |
|
| EXPORT_SYMBOL (dump_elf_thread) |
|
int | dump_elf_task (elf_greg_t *dest, struct task_struct *task) |
|
| EXPORT_SYMBOL (dump_elf_task) |
|
int | dump_elf_task_fp (elf_fpreg_t *dest, struct task_struct *task) |
|
| EXPORT_SYMBOL (dump_elf_task_fp) |
|
unsigned long | thread_saved_pc (struct task_struct *t) |
|
unsigned long | get_wchan (struct task_struct *p) |
|
void machine_restart |
( |
char * |
restart_cmd | ) |
|