#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/fs.h>
#include <hwregs/reg_rdwr.h>
#include <hwregs/reg_map.h>
#include <hwregs/timer_defs.h>
#include <hwregs/intr_vect_defs.h>
Go to the source code of this file.
|
void | stop_watchdog (void) |
|
void | default_idle (void) |
|
void | deconfigure_bp (long pid) |
|
void | exit_thread (void) |
|
void | arch_enable_nmi (void) |
|
void | hard_reset_now (void) |
|
unsigned long | thread_saved_pc (struct task_struct *t) |
|
int | kernel_thread (int(*fn)(void *), void *arg, unsigned long flags) |
|
asmlinkage void | ret_from_fork (void) |
|
int | copy_thread (unsigned long clone_flags, unsigned long usp, unsigned long unused, struct task_struct *p, struct pt_regs *regs) |
|
asmlinkage int | sys_fork (long r10, long r11, long r12, long r13, long mof, long srp, struct pt_regs *regs) |
|
asmlinkage int | sys_clone (unsigned long newusp, unsigned long flags, int *parent_tid, int *child_tid, unsigned long tls, long srp, struct pt_regs *regs) |
|
asmlinkage int | sys_vfork (long r10, long r11, long r12, long r13, long mof, long srp, struct pt_regs *regs) |
|
asmlinkage int | sys_execve (const char *fname, const char *const *argv, const char *const *envp, long r13, long mof, long srp, struct pt_regs *regs) |
|
unsigned long | get_wchan (struct task_struct *p) |
|
void | show_regs (struct pt_regs *regs) |
|