Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
copypage-v4wt.c File Reference
#include <linux/init.h>
#include <linux/highmem.h>

Go to the source code of this file.

Functions

void v4wt_copy_user_highpage (struct page *to, struct page *from, unsigned long vaddr, struct vm_area_struct *vma)
 
void v4wt_clear_user_highpage (struct page *page, unsigned long vaddr)
 

Variables

struct cpu_user_fns v4wt_user_fns __initdata
 

Function Documentation

void v4wt_clear_user_highpage ( struct page page,
unsigned long  vaddr 
)

Definition at line 63 of file copypage-v4wt.c.

void v4wt_copy_user_highpage ( struct page to,
struct page from,
unsigned long  vaddr,
struct vm_area_struct vma 
)

Definition at line 46 of file copypage-v4wt.c.

Variable Documentation

struct cpu_user_fns v4wt_user_fns __initdata
Initial value:
= {
.cpu_clear_user_highpage = v4wt_clear_user_highpage,
.cpu_copy_user_highpage = v4wt_copy_user_highpage,
}

Definition at line 85 of file copypage-v4wt.c.