Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
devicetree.c File Reference
#include <linux/init.h>
#include <linux/of.h>
#include <linux/of_fdt.h>
#include <linux/initrd.h>
#include <linux/memblock.h>

Go to the source code of this file.

Functions

void __init early_init_devtree (void *params)
 
void __init early_init_dt_add_memory_arch (u64 base, u64 size)
 
void *__init early_init_dt_alloc_memory_arch (u64 size, u64 align)
 

Function Documentation

void __init early_init_devtree ( void params)

Definition at line 18 of file devicetree.c.

void __init early_init_dt_add_memory_arch ( u64  base,
u64  size 
)

Definition at line 45 of file devicetree.c.

void* __init early_init_dt_alloc_memory_arch ( u64  size,
u64  align 
)

Definition at line 50 of file devicetree.c.