Linux Kernel
3.7.1
|
#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) |
Definition at line 26 of file subpage-prot.c.
Definition at line 53 of file subpage-prot.c.