Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
copypage.c File Reference
#include <linux/mm.h>
#include <asm/page.h>
#include <asm/cacheflush.h>

Go to the source code of this file.

Functions

void __cpu_copy_user_page (void *kto, const void *kfrom, unsigned long vaddr)
 
void __cpu_clear_user_page (void *kaddr, unsigned long vaddr)
 

Function Documentation

void __cpu_clear_user_page ( void kaddr,
unsigned long  vaddr 
)

Definition at line 31 of file copypage.c.

void __cpu_copy_user_page ( void kto,
const void kfrom,
unsigned long  vaddr 
)

Definition at line 25 of file copypage.c.