Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
44x_mmu.c File Reference
#include <linux/init.h>
#include <linux/memblock.h>
#include <asm/mmu.h>
#include <asm/page.h>
#include <asm/cacheflush.h>
#include "mmu_decl.h"

Go to the source code of this file.

Functions

void __init MMU_init_hw (void)
 
unsigned long __init mmu_mapin_ram (unsigned long top)
 
void setup_initial_memory_limit (phys_addr_t first_memblock_base, phys_addr_t first_memblock_size)
 

Variables

unsigned int tlb_44x_index
 
unsigned int tlb_44x_hwater = PPC44x_TLB_SIZE - 1 - PPC44x_EARLY_TLBS
 
int icache_44x_need_flush
 
unsigned long tlb_47x_boltmap [1024/8]
 

Function Documentation

void __init MMU_init_hw ( void  )

Definition at line 173 of file 44x_mmu.c.

unsigned long __init mmu_mapin_ram ( unsigned long  top)

Definition at line 181 of file 44x_mmu.c.

void setup_initial_memory_limit ( phys_addr_t  first_memblock_base,
phys_addr_t  first_memblock_size 
)

Definition at line 214 of file 44x_mmu.c.

Variable Documentation

int icache_44x_need_flush

Definition at line 40 of file 44x_mmu.c.

unsigned int tlb_44x_hwater = PPC44x_TLB_SIZE - 1 - PPC44x_EARLY_TLBS

Definition at line 39 of file 44x_mmu.c.

unsigned int tlb_44x_index

Definition at line 38 of file 44x_mmu.c.

unsigned long tlb_47x_boltmap[1024/8]

Definition at line 42 of file 44x_mmu.c.