Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
exec.c File Reference
#include <linux/stddef.h>
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/ptrace.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <asm/current.h>
#include <asm/processor.h>
#include <asm/uaccess.h>
#include <as-layout.h>
#include <mem_user.h>
#include <skas.h>
#include <os.h>

Go to the source code of this file.

Functions

void flush_thread (void)
 
void start_thread (struct pt_regs *regs, unsigned long eip, unsigned long esp)
 
 EXPORT_SYMBOL (start_thread)
 

Function Documentation

EXPORT_SYMBOL ( start_thread  )
void flush_thread ( void  )

Definition at line 20 of file exec.c.

void start_thread ( struct pt_regs regs,
unsigned long  eip,
unsigned long  esp 
)

Definition at line 41 of file exec.c.