Linux Kernel
3.7.1
|
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/gfp.h>
#include <linux/mm.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 <linux/quicklist.h>
#include <linux/rcupdate.h>
#include <linux/slab.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
#include <asm/tlb.h>
#include <asm/tlbflush.h>
#include <asm/mmu_context.h>
Go to the source code of this file.
Macros | |
#define | ALLOC_ORDER 1 |
#define | FRAG_MASK 0x0f |
Functions | |
unsigned long * | crst_table_alloc (struct mm_struct *mm) |
void | crst_table_free (struct mm_struct *mm, unsigned long *table) |
unsigned long * | page_table_alloc (struct mm_struct *mm, unsigned long vmaddr) |
void | page_table_free (struct mm_struct *mm, unsigned long *table) |
void | page_table_free_rcu (struct mmu_gather *tlb, unsigned long *table) |
void | __tlb_remove_table (void *_table) |
void | tlb_table_flush (struct mmu_gather *tlb) |
void | tlb_remove_table (struct mmu_gather *tlb, void *table) |
int | s390_enable_sie (void) |
EXPORT_SYMBOL_GPL (s390_enable_sie) | |
EXPORT_SYMBOL_GPL | ( | s390_enable_sie | ) |
void page_table_free_rcu | ( | struct mmu_gather * | tlb, |
unsigned long * | table | ||
) |
void tlb_remove_table | ( | struct mmu_gather * | tlb, |
void * | table | ||
) |
void tlb_table_flush | ( | struct mmu_gather * | tlb | ) |