Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
pgd.c File Reference
#include <linux/mm.h>
#include <linux/gfp.h>
#include <linux/highmem.h>
#include <asm/pgalloc.h>
#include <asm/page.h>
#include <asm/tlbflush.h>
#include "mm.h"

Go to the source code of this file.

Macros

#define FIRST_KERNEL_PGD_NR   (FIRST_USER_PGD_NR + USER_PTRS_PER_PGD)
 

Functions

pgd_tget_pgd_slow (struct mm_struct *mm)
 
void free_pgd_slow (struct mm_struct *mm, pgd_t *pgd)
 

Macro Definition Documentation

#define FIRST_KERNEL_PGD_NR   (FIRST_USER_PGD_NR + USER_PTRS_PER_PGD)

Definition at line 22 of file pgd.c.

Function Documentation

void free_pgd_slow ( struct mm_struct mm,
pgd_t pgd 
)

Definition at line 78 of file pgd.c.

pgd_t* get_pgd_slow ( struct mm_struct mm)

Definition at line 27 of file pgd.c.