Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
pgtable_32.c File Reference
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/mm.h>
#include <linux/nmi.h>
#include <linux/swap.h>
#include <linux/smp.h>
#include <linux/highmem.h>
#include <linux/pagemap.h>
#include <linux/spinlock.h>
#include <linux/module.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
#include <asm/fixmap.h>
#include <asm/e820.h>
#include <asm/tlb.h>
#include <asm/tlbflush.h>
#include <asm/io.h>

Go to the source code of this file.

Functions

void set_pte_vaddr (unsigned long vaddr, pte_t pteval)
 
void set_pmd_pfn (unsigned long vaddr, unsigned long pfn, pgprot_t flags)
 
 EXPORT_SYMBOL (__FIXADDR_TOP)
 
 early_param ("vmalloc", parse_vmalloc)
 
 early_param ("reservetop", parse_reservetop)
 

Variables

unsigned int __VMALLOC_RESERVE = 128 << 20
 
unsigned long __FIXADDR_TOP = 0xfffff000
 

Function Documentation

early_param ( "vmalloc"  ,
parse_vmalloc   
)
early_param ( "reservetop"  ,
parse_reservetop   
)
EXPORT_SYMBOL ( __FIXADDR_TOP  )
void set_pmd_pfn ( unsigned long  vaddr,
unsigned long  pfn,
pgprot_t  flags 
)

Definition at line 68 of file pgtable_32.c.

void set_pte_vaddr ( unsigned long  vaddr,
pte_t  pteval 
)

Definition at line 27 of file pgtable_32.c.

Variable Documentation

unsigned long __FIXADDR_TOP = 0xfffff000

Definition at line 97 of file pgtable_32.c.

unsigned int __VMALLOC_RESERVE = 128 << 20

Definition at line 21 of file pgtable_32.c.