Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
copypage-v6.c File Reference
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/mm.h>
#include <linux/highmem.h>
#include <asm/pgtable.h>
#include <asm/shmparam.h>
#include <asm/tlbflush.h>
#include <asm/cacheflush.h>
#include <asm/cachetype.h>
#include "mm.h"

Go to the source code of this file.

Functions

 core_initcall (v6_userpage_init)
 

Variables

struct cpu_user_fns v6_user_fns __initdata
 

Function Documentation

core_initcall ( v6_userpage_init  )

Variable Documentation

struct cpu_user_fns v6_user_fns __initdata
Initial value:
= {
.cpu_clear_user_highpage = v6_clear_user_highpage_nonaliasing,
.cpu_copy_user_highpage = v6_copy_user_highpage_nonaliasing,
}

Definition at line 125 of file copypage-v6.c.