Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/unistd.h>
#include <linux/ptrace.h>
#include <linux/init_task.h>
#include <linux/tick.h>
#include <linux/mqueue.h>
#include <linux/syscalls.h>
#include <linux/reboot.h>
#include <asm/syscalls.h>
Go to the source code of this file.
Functions | |
asmlinkage void | ret_from_fork (void) |
asmlinkage void | ret_from_kernel_thread (void) |
EXPORT_SYMBOL (pm_power_off) | |
void | cpu_idle (void) |
void | machine_restart (char *__unused) |
void | machine_halt (void) |
void | machine_power_off (void) |
void | flush_thread (void) |
void | exit_thread (void) |
SYSCALL_DEFINE1 (c6x_clone, struct pt_regs *, regs) | |
void | start_thread (struct pt_regs *regs, unsigned int pc, unsigned long usp) |
int | copy_thread (unsigned long clone_flags, unsigned long usp, unsigned long ustk_size, struct task_struct *p, struct pt_regs *regs) |
unsigned long | get_wchan (struct task_struct *p) |
Variables | |
void(* | c6x_restart )(void) |
void(* | c6x_halt )(void) |
void(* | pm_power_off )(void) |
EXPORT_SYMBOL | ( | pm_power_off | ) |
unsigned long get_wchan | ( | struct task_struct * | p | ) |
asmlinkage void ret_from_fork | ( | void | ) |
asmlinkage void ret_from_kernel_thread | ( | void | ) |