Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
process.c File Reference
#include <linux/init.h>
#include <linux/sched.h>
#include <as-layout.h>
#include <kern.h>
#include <os.h>
#include <skas.h>

Go to the source code of this file.

Functions

int new_mm (unsigned long stack)
 
void start_kernel (void)
 
int __init start_uml (void)
 
unsigned long current_stub_stack (void)
 

Variables

int userspace_pid []
 
char cpu0_irqstack []
 

Function Documentation

unsigned long current_stub_stack ( void  )

Definition at line 75 of file process.c.

int new_mm ( unsigned long  stack)

Definition at line 13 of file process.c.

void start_kernel ( void  )

Definition at line 134 of file bootp.c.

int __init start_uml ( void  )

Definition at line 54 of file process.c.

Variable Documentation

char cpu0_irqstack[]
int userspace_pid[]

Definition at line 269 of file process.c.