Linux Kernel
3.7.1
|
#include <linux/mm.h>
#include <linux/gfp.h>
#include <linux/highmem.h>
#include <linux/slab.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 | PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) |
Functions | |
pgd_t * | pgd_alloc (struct mm_struct *mm) |
void | pgd_free (struct mm_struct *mm, pgd_t *pgd) |
#define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) |