Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
init.c File Reference
#include <linux/gfp.h>
#include <linux/init.h>
#include <linux/bootmem.h>
#include <asm/tlb.h>

Go to the source code of this file.

Functions

void __init mem_init (void)
 
void free_initmem (void)
 

Variables

unsigned long empty_zero_page
 
char _stext
 
char _edata
 
char _etext
 
char __init_begin
 
char __init_end
 

Function Documentation

void free_initmem ( void  )

Definition at line 68 of file init.c.

void __init mem_init ( void  )

Definition at line 22 of file init.c.

Variable Documentation

char __init_begin
char __init_end
char _edata
char _etext
char _stext
unsigned long empty_zero_page

Definition at line 16 of file init.c.