Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
subpage-prot.c File Reference
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/gfp.h>
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/hugetlb.h>
#include <asm/pgtable.h>
#include <asm/uaccess.h>
#include <asm/tlbflush.h>

Go to the source code of this file.

Functions

void subpage_prot_free (struct mm_struct *mm)
 
void subpage_prot_init_new_context (struct mm_struct *mm)
 
long sys_subpage_prot (unsigned long addr, unsigned long len, u32 __user *map)
 

Function Documentation

void subpage_prot_free ( struct mm_struct mm)

Definition at line 26 of file subpage-prot.c.

void subpage_prot_init_new_context ( struct mm_struct mm)

Definition at line 53 of file subpage-prot.c.

long sys_subpage_prot ( unsigned long  addr,
unsigned long  len,
u32 __user map 
)

Definition at line 143 of file subpage-prot.c.