Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
mmu_decl.h File Reference
#include <linux/mm.h>
#include <asm/tlbflush.h>
#include <asm/mmu.h>

Go to the source code of this file.

Functions

void hash_preload (struct mm_struct *mm, unsigned long ea, unsigned long access, unsigned long trap)
 
void _tlbie (unsigned long address)
 
void _tlbia (void)
 

Variables

unsigned long ioremap_bot
 
unsigned long __max_low_memory
 
phys_addr_t __initial_memory_limit_addr
 
phys_addr_t total_memory
 
phys_addr_t total_lowmem
 
phys_addr_t memstart_addr
 
phys_addr_t lowmem_end_addr
 

Function Documentation

void _tlbia ( void  )
void _tlbie ( unsigned long  address)
void hash_preload ( struct mm_struct mm,
unsigned long  ea,
unsigned long  access,
unsigned long  trap 
)

Definition at line 1086 of file hash_utils_64.c.

Variable Documentation

phys_addr_t __initial_memory_limit_addr
unsigned long __max_low_memory

Definition at line 101 of file init_32.c.

unsigned long ioremap_bot

Definition at line 45 of file pgtable.c.

phys_addr_t lowmem_end_addr

Definition at line 74 of file init_32.c.

phys_addr_t memstart_addr

Definition at line 63 of file init_32.c.

phys_addr_t total_lowmem

Definition at line 61 of file init_32.c.

phys_addr_t total_memory

Definition at line 60 of file init_32.c.