|
Linux Kernel
3.7.1
|
#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] |
| void setup_initial_memory_limit | ( | phys_addr_t | first_memblock_base, |
| phys_addr_t | first_memblock_size | ||
| ) |
| unsigned int tlb_44x_hwater = PPC44x_TLB_SIZE - 1 - PPC44x_EARLY_TLBS |
1.8.2