Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
memory.c File Reference
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/bootmem.h>
#include <linux/types.h>
#include <asm/addrspace.h>
#include <asm/bootinfo.h>
#include <asm/dec/machtype.h>
#include <asm/dec/prom.h>
#include <asm/page.h>
#include <asm/sections.h>

Go to the source code of this file.

Macros

#define CHUNK_SIZE   0x400000
 

Functions

void __init prom_meminit (u32 magic)
 
void __init prom_free_prom_memory (void)
 

Variables

volatile unsigned long mem_err
 

Macro Definition Documentation

#define CHUNK_SIZE   0x400000

Definition at line 28 of file memory.c.

Function Documentation

void __init prom_free_prom_memory ( void  )

Definition at line 95 of file memory.c.

void __init prom_meminit ( u32  magic)

Definition at line 87 of file memory.c.

Variable Documentation

volatile unsigned long mem_err

Definition at line 21 of file memory.c.