Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions | Variables
malta-memory.c File Reference
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/bootmem.h>
#include <linux/pfn.h>
#include <linux/string.h>
#include <asm/bootinfo.h>
#include <asm/page.h>
#include <asm/sections.h>
#include <asm/mips-boards/prom.h>

Go to the source code of this file.

Enumerations

enum  yamon_memtypes {
  yamon_dontuse, yamon_prom, yamon_free, yamon_dontuse,
  yamon_prom, yamon_free, yamon_dontuse, yamon_prom,
  yamon_free
}
 

Functions

void __init prom_meminit (void)
 
void __init prom_free_prom_memory (void)
 

Variables

unsigned long physical_memsize = 0L
 

Enumeration Type Documentation

Enumerator:
yamon_dontuse 
yamon_prom 
yamon_free 
yamon_dontuse 
yamon_prom 
yamon_free 
yamon_dontuse 
yamon_prom 
yamon_free 

Definition at line 35 of file malta-memory.c.

Function Documentation

void __init prom_free_prom_memory ( void  )

Definition at line 165 of file malta-memory.c.

void __init prom_meminit ( void  )

Definition at line 135 of file malta-memory.c.

Variable Documentation

unsigned long physical_memsize = 0L

Definition at line 51 of file malta-memory.c.