Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
init.h File Reference

Go to the source code of this file.

Functions

void __init zone_sizes_init (void)
 
unsigned long __init kernel_physical_mapping_init (unsigned long start, unsigned long end, unsigned long page_size_mask)
 

Variables

unsigned long __initdata pgt_buf_start
 
unsigned long __meminitdata pgt_buf_end
 
unsigned long __meminitdata pgt_buf_top
 

Function Documentation

unsigned long __init kernel_physical_mapping_init ( unsigned long  start,
unsigned long  end,
unsigned long  page_size_mask 
)

Definition at line 240 of file init_32.c.

void __init zone_sizes_init ( void  )

Definition at line 132 of file discontig.c.

Variable Documentation

unsigned long __meminitdata pgt_buf_end

Definition at line 21 of file init.c.

unsigned long __initdata pgt_buf_start

Definition at line 20 of file init.c.

unsigned long __meminitdata pgt_buf_top

Definition at line 22 of file init.c.